View source: R/getter_functions.R
pubChemData | R Documentation |
A short description...
pubChemData(object, ...)
## S3 method for class 'PugRestInstance'
pubChemData(object, ...)
object |
an object of class 'PugRestInstance' returned from get_pug_rest function. |
... |
additional arguments. Currently has no effect on results. |
a vector, list, or data.frame containing the raw data retrieved from Pub Chem database through PUG REST API.
get_pug_rest
result <- get_pug_rest(identifier = "2244", namespace = "cid", domain = "compound", output = "JSON")
pubChemData(result)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.