query.citation: Search by citation

View source: R/searchdatabase.R

query.citationR Documentation

Search by citation

Description

Create a data frame with all estimated and experimental KOA values from the citations in the query.

Usage

query.citation(query, more.info = F, ver = "upd")

Arguments

query

Citation, either a single input or a vector. Use function ref.table() to get a list of citations in the database.

more.info

When FALSE (default), returns fewer columns from the chemical, methods, and reference tables. When TRUE, additional details on the chemical (category, synonyms, molar mass), methods (wet/dry octanol, type of value reported, type of method), and reference (group/team).

ver

Version of the database. Default is upd, for the latest version.

Value

A data frame containing KOA data from the citations included in the query.

See Also

Other Queries: query.cas(), query.category(), query.group(), query.mass(), query.meth.type(), query.meth(), query.name()

Examples

query.citation("Lei et al. 2019")
query.citation(c("Hussam and Carr 1985", "Lei et al. 2019"))
query.citation("Lei et al. 2019", more.info = TRUE, ver = "upd")

sivanibaskaran/koadata documentation built on June 6, 2022, 6:08 p.m.