get_chemicals_in_list {ctxR} | R Documentation |
Get chemicals in a given chemical list
Description
Get chemicals in a given chemical list
Usage
get_chemicals_in_list(
list_name = NULL,
API_key = NULL,
Server = chemical_api_server,
verbose = FALSE
)
Arguments
list_name |
The name of the list of chemicals |
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. |
Value
A data.frame of the chemical list
Examples
# Retrieve chemicals contained in chemical list 'CCL4'
ccl4_chemicals <- get_chemicals_in_list(list_name = 'CCL4')
[Package ctxR version 1.0.0 Index]