get_production_volume_batch: Get Production Volume data via batch

View source: R/exposure-APIs-batch.R

get_production_volume_batchR Documentation

Get Production Volume data via batch

Description

Get Production Volume data via batch

Usage

get_production_volume_batch(
  DTXSID = NULL,
  API_key = NULL,
  rate_limit = 0L,
  Server = "https://comptox.epa.gov/ctx-api/exposure",
  verbose = FALSE
)

Arguments

DTXSID

Chemical identifier DTXSID

API_key

The user-specific API key

rate_limit

Number of seconds to wait between requests

Server

The root address for the API endpoint.

verbose

A logical indicating if some "progress report" should be given.

Value

A list of data.frames of production volume data corresponding to the input DTXSIDs.

Examples


# Retrieve production volume data for BPA and Caffeine
get_production_volume_batch(DTXSID = c('DTXSID7020182', 'DTXSID0020232'))


ctxR documentation built on Nov. 5, 2025, 5:08 p.m.