View source: R/simer.Logging.R
logging.log | R Documentation |
Print or write log.
logging.log(
...,
file = NULL,
sep = " ",
fill = FALSE,
labels = NULL,
verbose = TRUE
)
... |
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. |
Build date: Jul 11, 2020 Last update: Apr 28, 2022
none.
Dong Yin
logging.log('simer')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.