get_chemicals_in_list_exact: Get chemicals in a list specified by exact characters

View source: R/chemical-APIs.R

get_chemicals_in_list_exactR Documentation

Get chemicals in a list specified by exact characters

Description

Get chemicals in a list specified by exact characters

Usage

get_chemicals_in_list_exact(
  list_name = NULL,
  word = NULL,
  API_key = NULL,
  Server = chemical_api_server,
  verbose = FALSE
)

Arguments

list_name

The name of the list to search

word

The exact characters to match chemicals in the given list

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 list of DTXSIDs matching the list and search word criteria

Examples


bis_biosolids_2021 <- get_chemicals_in_list_exact(list_name = 'BIOSOLIDS2021',
                                                  word = 'Bisphenol A')


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