printlog | R Documentation |
just like 'cat', with a timestamp
printlog(..., .level = 0)
... |
content to be loged, cause we use 'cat' function behind the hood, you can put any R object here |
.level |
the log message level |
## Not run:
printlog('this is a test message')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.