print.token: Print method for token

Description Usage Arguments Examples

Description

Print method for token

Usage

1
2
3
4
## 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

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

muschellij2/webofscience documentation built on May 14, 2019, 4:02 a.m.