| get_genetox_details | R Documentation | 
Get genetox details
get_genetox_details(
  DTXSID = NULL,
  API_key = NULL,
  Server = hazard_api_server,
  verbose = FALSE
)
| DTXSID | The chemical identifier DTXSID | 
| 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 data.frame of genetox detail data related to the input DTXSID.
# Pull genetox details for BPA
bpa_genetox_details <- get_genetox_details(DTXSID = 'DTXSID7020182')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.