View source: R/start_end_log_file.R
Start a .log file
1 | start_log_file(file_name = NULL, log_file = TRUE, print = TRUE)
|
file_name |
string, path to log file (relative to current directory), do not include .log in the path |
log_file |
logical (default TRUE), if TRUE then opens a connection to a .log file and diverts messages and output to that file |
print, |
logical (defaut TRUE), if TRUE checks for common parameters in the global environment and prints them at the top of the .log file |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.