pubChemData {PubChemR} | 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.
result <- get_pug_rest(identifier = "2244", namespace = "cid", domain = "compound", output = "JSON")
pubChemData(result)