get_chem_props_exp_batch: Get experimental physical-chemical property data via batch

View source: R/chemical-APIs-batch.R

get_chem_props_exp_batchR Documentation

Get experimental physical-chemical property data via batch

Description

Get experimental physical-chemical property data via batch

Usage

get_chem_props_exp_batch(
  DTXSID = NULL,
  API_key = NULL,
  rate_limit = 0L,
  Server = chemical_api_server,
  verbose = FALSE
)

Arguments

DTXSID

The chemical identifier DTXSID

API_key

The user-specific API key

rate_limit

Number of seconds to wait between each request

Server

The root address for the API endpoint

verbose

A logical indicating if some "progress report" should be given.

Value

A data.table of experimental physchem property data

Examples


# Get experimental physchem properties for BPA and Caffeine
chem_props_exp <- get_chem_props_exp(DTXSID = c('DTXSID7020182',
                                                'DTXSID0020232'))


ctxR documentation built on Nov. 5, 2025, 5:08 p.m.