get_human_hazard_by_dtxsid: Get human hazard data by DTXSID

View source: R/hazard-APIs.R

get_human_hazard_by_dtxsidR Documentation

Get human hazard data by DTXSID

Description

Get human hazard data by DTXSID

Usage

get_human_hazard_by_dtxsid(
  DTXSID = NULL,
  API_key = NULL,
  Server = hazard_api_server,
  verbose = FALSE
)

Arguments

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.

Value

A data.frame containing chemical human hazard data

Examples


# Pull human hazard data for BPA
bpa_human <- get_human_hazard_by_dtxsid(DTXSID = 'DTXSID7020182')


ccdR documentation built on Sept. 11, 2024, 5:57 p.m.