| Logger_scriptreport | R Documentation |
Create a script report
name |
character, the name of the script or what have you |
args |
character vector of script arguments |
do_echo |
logical, set to TRUE to echo to the command line |
Other Logger: Logger_elapsed,
Logger_error, Logger_info,
Logger_log,
Logger_setfilename,
Logger_tail, Logger_warn,
Logger
## Not run: args <- commandArgs(trailingOnly = FALSE) X <- Logger(name = 'test log') X$scriptreport(args) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.