get_chemicals_in_list_batch: Get chemicals in a given chemical list batch

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

get_chemicals_in_list_batchR Documentation

Get chemicals in a given chemical list batch

Description

Get chemicals in a given chemical list batch

Usage

get_chemicals_in_list_batch(
  list_names = NULL,
  API_key = NULL,
  rate_limit = 0L,
  verbose = FALSE
)

Arguments

list_names

A list of names of chemical lists.

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 each containing chemicals in the corresponding chemical lists.

Examples


# Pull chemicals in lists for multiple lists
chemicals_in_lists <- get_chemicals_in_list_batch(list_names = c('CCL4', 'NATADB'))


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