View source: R/getter_functions.R
request_args | R Documentation |
This function retrieves the input arguments from a specified PubChem database request object.
request_args(object, .which = NULL, ...)
object |
An object returned from related request functions of the PubChem database. |
.which |
A string specifying which argument's content to retrieve from |
... |
Additional arguments. These have no effect on the returned outputs and are included for compatibility with S3 methods in the PubChemR package. |
A list or string vector containing the options used in the function call.
request <- get_cids("aspirin", namespace = "name")
request_args(request, "identifier")
request_args(request)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.