get_inchi: Get InChI

View source: R/chemical-APIs.R

get_inchiR Documentation

Get InChI

Description

Get InChI

Usage

get_inchi(
  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 inchi string.

Examples


bpa_inchi <- get_inchi(name = "Bisphenol A")


ccdR documentation built on Sept. 11, 2024, 5:57 p.m.