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

Description Usage Arguments Examples

View source: R/api_methods.R

Description

print.icite_api prints the data returned from the icite_api function

Usage

1
2
## S3 method for class 'icite_api'
print(x, ...)

Arguments

x

S3. The S3 object yielded from icite_api

...

Additional arguments that would be passed to print

Examples

1
2
dat <- icite_api('27599104')
print(dat)

iCiteR documentation built on Nov. 18, 2019, 5:16 p.m.