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

View source: R/api_methods.R

print.icite_apiR Documentation

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 class 'icite_api'
print(x, ...)

Arguments

x

S3. The S3 object yielded from icite_api

...

Additional arguments that would be passed to print

Value

Prints details of the request, and the content returned from the icite_api function.

Examples

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

riddlet/iCiteR documentation built on Jan. 27, 2024, 10:31 a.m.