print.token: Print method for token

View source: R/show.token.R

print.tokenR Documentation

Print method for token

Description

Print method for token

Usage

## S3 method for class 'token'
print(x, reveal = FALSE, ...)

reveal(x, ...)

Arguments

x

an object used to select a method.

reveal

Should the token be revealed

...

further arguments passed to or from other methods

Examples

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

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