Retrieve the complete list of standardized metabolite names from RefMet. This can be large, so consider using caching.
Examples
if (FALSE) { # \dontrun{
# Use caching for this large dataset
client <- mw_rest_client(cache = TRUE)
all_names <- get_all_refmet_names(client)
} # }
