out: Customary function for printing output and simultaneously...

Description Usage Arguments

View source: R/Misc.R

Description

Character vectors are printed using cat instead of print.
Multiple arguments are accepted, as seperate calls
Any output is first evaluated (in its entirety), then printed to files, finally to console

Usage

1
out(..., logpath = getOption("StandardPaths")[["TextOutput"]])

Arguments

...

Objects to print/write to file

logpath

Filename(s) of file(s) to print to, beside console. NULL if you just want to print to console.


EmilBode/EmilMisc documentation built on Feb. 24, 2020, 4:11 p.m.