Learn R Programming

batchscr (version 0.1.0)

mklog: 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

Run this code
# NOT RUN {
mklog('test log', '')
# }

Run the code above in your browser using DataLab