logger.default | R Documentation |
Log function that takes any string, appends it to global log (log_ , a list) and prints to console
logger.default(x, type = "info")
x |
your message as a character string |
type |
the type of message. options: info, progress, warning, error. For the latter, an R error is thrown after logging! |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.