log | R Documentation |
A set of exported logging utilities that have the capability to be used in upstream projects.
Log level and log file can be set via R package options e.g. options(jupyter.log_level = 2L)
or from the environment variables JUPYTER_LOG_LEVEL and JUPYTER_LOGFILE.
log_debug(...) log_info(...) log_error(...)
... |
message to log |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.