Convert a metabolite name to its standardized RefMet equivalent. Useful for name harmonization across datasets.
Examples
if (FALSE) { # \dontrun{
client <- mw_rest_client()
# Standardize a metabolite name
standardized <- standardize_to_refmet(client, "glucose")
print(standardized$refmet_name)
} # }
