print.scopus_api_key {rscopus} | R 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)
[Package rscopus version 0.6.6 Index]