View source: R/chemical-APIs.R
get_chemicals_in_list_contain | R Documentation |
Get chemicals in a list specified by contained characters
get_chemicals_in_list_contain(
list_name = NULL,
word = NULL,
API_key = NULL,
Server = chemical_api_server,
verbose = FALSE
)
list_name |
The name of the list to search |
word |
The contained characters to match chemicals in the given list |
API_key |
The user-specific api key |
Server |
The root address for the API endpoint |
verbose |
A logical indicating if some "progress report" should be given. |
A list of DTXSIDs matching the list and search word criteria
bis_biosolids_2021 <- get_chemicals_in_list_contain(list_name = 'BIOSOLIDS2021',
word = 'Bis')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.