Skip to contents

Get general use keywords via batch

Usage

get_general_use_keywords_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 general use keywords corresponding to the input DTXSIDs.

Examples

if (FALSE) {
# Retrieve general use keywords for BPA and Caffeine
get_general_use_keywords_batch(DTXSID = c('DTXSID7020182', 'DTXSID0020232'))
}