log_start | R Documentation |
log_start()
begins diverting message stream (stderr) output to the
specified log file. Only one logging session can be active at a time.
log_start(file, dir = log_dir(), append = TRUE, force = FALSE)
file |
The log file name. If path components are included they are
assumed to be relative to |
dir |
The log directory. |
append |
Should an existing file be appended to? |
force |
If |
The path to the log file (invisibly)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.