setLogFile: method to mask R output by writing to a log file

Description Usage Arguments Value Examples

View source: R/JupyterRpy2.R

Description

creates a log file and writes R code and messages on STDERR to the log file

Usage

1
setLogFile(filename = NULL, append = TRUE)

Arguments

filename

the path to the logfile to use

append

is a boolean defining whether the log file should be appended or ab initio

Value

None

Examples

1
2
setLogFile('demofile.log', append=FALSE)
unsetLog()

sagrudd/nanopoRe documentation built on June 7, 2020, 10:20 p.m.