powered by
Print method for token
# S3 method for token print(x, reveal = FALSE, ...)reveal(x, ...)
reveal(x, ...)
an object used to select a method.
Should the token be revealed
further arguments passed to or from other methods
# NOT RUN { x = "asdf" class(x) = "token" print(x) attr(x, "timestamp") = Sys.time() print(x) print(x, reveal = TRUE) # }
Run the code above in your browser using DataLab