get_exposure_functional_use_probability: Retrieve probability of exposure for functional use category

View source: R/exposure-APIs.R

get_exposure_functional_use_probabilityR Documentation

Retrieve probability of exposure for functional use category

Description

Retrieve probability of exposure for functional use category

Usage

get_exposure_functional_use_probability(
  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 probabilities corresponding to various routes of exposure related to functional use.

Examples


# Pull functional use probability data for BPA
bpa <- get_exposure_functional_use_probability(DTXSID = 'DTXSID7020182')


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