get_chemical_synonym: Get chemical synonym

View source: R/chemical-APIs.R

get_chemical_synonymR Documentation

Get chemical synonym

Description

Get chemical synonym

Usage

get_chemical_synonym(
  DTXSID = NULL,
  API_key = NULL,
  Server = chemical_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 named list of synonym information for the input DTXSID

Examples


# Pull synonyms for BPA
bpa_synonym <- get_chemical_synonym(DTXSID = 'DTXSID7020182')


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