Description Usage Arguments Value Examples
creates a log file and writes R code and messages on STDERR to the log file
| 1 | setLogFile(filename = NULL, append = TRUE)
 | 
| filename | the path to the logfile to use | 
| append | is a boolean defining whether the log file should be appended or ab initio | 
None
| 1 2 | setLogFile('demofile.log', append=FALSE)
unsetLog()
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.