mklog {batchscr} | R Documentation |
Making Formatted Log Files
Description
See arguments.
Usage
mklog(x, path, sep = '\t')
Arguments
x |
Content of a log record. |
path |
The path of the log file, if ”, the log record is sent to standard output. |
sep |
The seperator in a record. |
Value
None (invisible NULL)
Examples
mklog('test log', '')
[Package batchscr version 0.1.0 Index]