Skip to contents

Usage

kegg_list(...)

Arguments

...

Arguments passed on to kegg_query

operation

Character: one of the KEGG REST API operations.

Value

Data frame (tibble) of two columns with names "id" and "name"; except if the <database> argument is "organism", which results a four columns data frame.

Examples

kegg_list("ncbi-geneid", "hsa")
#> Error in map(~str_replace(.x, KEGG_ORGANISM, kegg_organism_codes())): `.x` must be a vector, not a <formula> object.