Logger_scriptreport: Create a script report

Logger_scriptreportR Documentation

Create a script report

Description

Create a script report

Arguments

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

See Also

Other Logger: Logger_elapsed, Logger_error, Logger_info, Logger_log, Logger_setfilename, Logger_tail, Logger_warn, Logger

Examples

## Not run: 
   args <- commandArgs(trailingOnly = FALSE)
   X <- Logger(name = 'test log')
   X$scriptreport(args)

## End(Not run)

BigelowLab/rscripting documentation built on Oct. 24, 2022, 5:31 p.m.