View source: R/chemical-APIs.R
chemical_contains | R Documentation |
Chemical contains
chemical_contains(
word = NULL,
API_key = NULL,
Server = chemical_api_server,
verbose = FALSE,
top = NULL
)
word |
A character string of a chemical name or portion of a chemical name |
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. |
top |
The number of results to return if there are multiple results available |
A data.frame of chemicals and related values matching the query parameters
Paul Kruse, Kristin Issacs
# Pull chemicals that contain substring
substring_chemicals <- chemical_contains(word = 'TXSID702018')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.