get_httk_data: Get httk data

View source: R/exposure-APIs.R

get_httk_dataR Documentation

Get httk data

Description

Get httk data

Usage

get_httk_data(
  DTXSID = NULL,
  API_key = NULL,
  Server = exposure_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

A data.table of httk data for the given input chemical.

Examples


# Pull httk data for BPA
bpa_httk <- get_httk_data(DTXSID = 'DTXSID7020182')


ctxR documentation built on April 12, 2025, 2:07 a.m.