Description Usage Arguments Value Examples
The function returns the all currently availabe datasets in
the KEGG databse. In addition, a search term can be passed to
the function to find a particular organism.
The searching term is not case sensitive.
1 | list_species(key_word)
|
key_word |
A not case sensitive string. |
A data frame of two columns, the first one is the dataset abbreviation and the second is the scientific name of the species.
1 2 | a <- list_species("arachis")
a <- list_species()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.