Learn R Programming

rscopus (version 0.6.6)

print.scopus_api_key: Print method for Scopus API key

Description

Print method for Scopus API key

Usage

# S3 method for 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

Run this code
x = "asdf"
class(x) = "scopus_api_key"
print(x)
print(x, reveal = TRUE)

Run the code above in your browser using DataLab