get_fate_by_dtxsid_batch_old {ccdR}R Documentation

Retrieve chemical fate data in batch search

Description

Retrieve chemical fate data in batch search

Usage

get_fate_by_dtxsid_batch_old(
  DTXSID = NULL,
  API_key = NULL,
  rate_limit = 0L,
  verbose = FALSE
)

Arguments

DTXSID

A vector of chemicals identifier DTXSIDs

API_key

The user-specific API key

rate_limit

Number of seconds to wait between each request

verbose

A logical indicating if some “progress report” should be given.

Value

A named list of data.frames containing chemical fate information for the chemicals with DTXSID matching the input parameter.


[Package ccdR version 1.1.0 Index]