get_chemicals_in_list: Get chemicals in a given chemical list

View source: R/chemical-APIs.R

get_chemicals_in_listR Documentation

Get chemicals in a given chemical list

Description

Get chemicals in a given chemical list

Usage

get_chemicals_in_list(
  list_name = NULL,
  API_key = NULL,
  Server = chemical_api_server,
  verbose = FALSE
)

Arguments

list_name

The name of the list of chemicals

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.frame of the chemical list

Examples


# Retrieve chemicals contained in chemical list 'CCL4'
ccl4_chemicals <- get_chemicals_in_list(list_name = 'CCL4')


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