Learn R Programming

iCiteR (version 0.2.1)

print.icite_api: A simple print method for the icite_api function

Description

print.icite_api prints the data returned from the icite_api function

Usage

# S3 method for icite_api
print(x, ...)

Arguments

x

S3. The S3 object yielded from icite_api

...

Additional arguments that would be passed to print

Examples

Run this code
# NOT RUN {
dat <- icite_api('27599104')
print(dat)
# }

Run the code above in your browser using DataLab