Downloads and Install the NFPdata Package to use with the NFP package

install_data_package(type = "ONL", loc = NULL)

Arguments

type
A string with value "ONL" or "LOCAL"
loc
A string that contains the file location.

Details

The NFPdata Package contains data that from kegg gene similarity based on gene ontology and is approximately a 16.4 MB download.

Examples

## Not run: ------------------------------------ # # Online install # install_data_package() ## ---------------------------------------------