print.scopus_api_key: Print method for Scopus API key

View source: R/print.scopus_api_key.R

print.scopus_api_keyR Documentation

Print method for Scopus API key

Description

Print method for Scopus API key

Usage

## 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

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

muschellij2/rscopus documentation built on Feb. 4, 2024, 10:40 p.m.