get_fate_by_dtxsid {ccdR}R Documentation

Get fate by DTXSID

Description

Get fate by DTXSID

Usage

get_fate_by_dtxsid(
  DTXSID = NULL,
  API_key = NULL,
  Server = chemical_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

@return A data.frame containing chemical information for the chemical with DTXSID matching the input parameter.

Examples


# Pull chemical fate data for BPA
bpa <- get_fate_by_dtxsid(DTXSID = 'DTXSID7020182')


[Package ccdR version 1.0.0 Index]