print.token | R Documentation |
Print method for token
## S3 method for class 'token' print(x, reveal = FALSE, ...) reveal(x, ...)
x |
an object used to select a method. |
reveal |
Should the token be revealed |
... |
further arguments passed to or from other methods |
x = "asdf" class(x) = "token" print(x) attr(x, "timestamp") = Sys.time() print(x) print(x, reveal = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.