Description
Print or write log.
Usage
logging.log(
...,
file = NULL,
sep = " ",
fill = FALSE,
labels = NULL,
verbose = TRUE
)
Arguments
- ...
R objects.
- file
a connection or a character string naming the file to print to. If "" (the default), cat prints to the standard output connection, the console unless redirected by sink. If it is "|cmd", the output is piped to the command given by ‘cmd’, by opening a pipe connection.
- sep
a character vector of strings to append after each element.
- fill
a logical or (positive) numeric controlling how the output is broken into successive lines.
- labels
a character vector of labels for the lines printed. Ignored if fill is FALSE.
- verbose
whether to print detail.
Details
Build date: Jul 11, 2020
Last update: Apr 28, 2022