Learn R Programming

simer (version 1.0.0)

logging.log: Logging

Description

Print or write log.

Usage

logging.log(
  ...,
  file = NULL,
  sep = " ",
  fill = FALSE,
  labels = NULL,
  verbose = TRUE
)

Value

none.

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.

Author

Dong Yin

Details

Build date: Jul 11, 2020 Last update: Apr 28, 2022

Examples

Run this code
logging.log('simer')

Run the code above in your browser using DataLab