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