Get names for a list of compound names
Usage
api_compound_name(creds, compounds)
Arguments
- creds
A list containing the access token and host
- compounds
A vector with the compound names
Value
A list of data frames with the corresponding database names
Examples
if (FALSE) { # \dontrun{
creds <- api_login("https://api.example.com", "username", "password", "user")
api_compound_name(creds, compounds = c("Aspirin", "Paracetamol"))
} # }