print.icite_api | R Documentation |
print.icite_api
prints the data returned from the icite_api function
## S3 method for class 'icite_api'
print(x, ...)
x |
S3. The S3 object yielded from |
... |
Additional arguments that would be passed to |
Prints details of the request, and the content returned from the icite_api
function.
dat <- icite_api('27599104')
print(dat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.