Skip to contents

Retrieve the complete list of standardized metabolite names from RefMet. This can be large, so consider using caching.

Usage

get_all_refmet_names(client)

Arguments

client

An mw_rest_client object

Value

Tibble containing all RefMet names

Examples

if (FALSE) { # \dontrun{
# Use caching for this large dataset
client <- mw_rest_client(cache = TRUE)
all_names <- get_all_refmet_names(client)
} # }