get_exposure_product_data: Retrieve product data for exposure purposes

View source: R/exposure-APIs.R

get_exposure_product_dataR Documentation

Retrieve product data for exposure purposes

Description

Retrieve product data for exposure purposes

Usage

get_exposure_product_data(
  DTXSID = NULL,
  API_key = NULL,
  Server = exposure_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 with product information relating to exposure to the given chemical

Examples


# Pull exposure product data for BPA
bpa <- get_exposure_product_data(DTXSID = 'DTXSID7020182')


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