get_general_exposure_prediction: Get general exposure prediction data

View source: R/exposure-APIs.R

get_general_exposure_predictionR Documentation

Get general exposure prediction data

Description

Get general exposure prediction data

Usage

get_general_exposure_prediction(
  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.table of general exposure prediction data or NULL if data is missing.

Examples


# Pull general exposure prediction data for BPA
bpa <- get_general_exposure_prediction(DTXSID = 'DTXSID7020182')


ctxR documentation built on April 12, 2025, 2:07 a.m.