print.scopus_api_key: Print method for Scopus API key

Description Usage Arguments Examples

View source: R/print.scopus_api_key.R

Description

Print method for Scopus API key

Usage

1
2
## S3 method for class 'scopus_api_key'
print(x, reveal = FALSE, ...)

Arguments

x

an object used to select a method.

reveal

Should the API key be revealed

...

further arguments passed to or from other methods

Examples

1
2
3
4
x = "asdf"
class(x) = "scopus_api_key"
print(x)
print(x, reveal = TRUE)

rscopus documentation built on Sept. 18, 2019, 1:03 a.m.