Skip to contents

Get Product Use categories via batch

Usage

get_product_use_categories_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 product use categories data corresponding to the input DTXSIDs.

Examples

if (FALSE) {
# Retrieve product use categories for BPA and Caffeine
get_product_use_categories_batch(DTXSID = c('DTXSID7020182',
                                            'DTXSID0020232'))
}