get_inchikey: Get InChIKey

View source: R/chemical-APIs.R

get_inchikeyR Documentation

Get InChIKey

Description

Get InChIKey

Usage

get_inchikey(
  name = NULL,
  API_key = NULL,
  Server = chemical_api_server,
  verbose = FALSE
)

Arguments

name

Chemical name

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 string giving the associated InChIKey.

Examples


bpa_inchikey <- get_inchikey(name = "Bisphenol A")


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