request_kegg_compound: Request one specific compound information in KEGG

View source: R/16_KEGG.R

request_kegg_compoundR Documentation

Request one specific compound information in KEGG

Description

Request one specific compound information in KEGG

Usage

request_kegg_compound(
  compound_id = "C02886",
  return_form = c("list", "data.frame")
)

Arguments

compound_id

compound id. For example, C02886

return_form

data.frame or list.

Value

A data frame or list.

Author(s)

Xiaotao Shen shenxt1990@outlook.com

Examples

x = request_kegg_compound("C02886", "list")
x[1:2]
y = request_kegg_compound("C02886", "data.frame")
head(y)

tidymass/massdatabase documentation built on Sept. 10, 2023, 10:35 p.m.