logging.print: Logging printer

View source: R/simer.Logging.R

logging.printR Documentation

Logging printer

Description

Print R object information into file.

Usage

logging.print(x, file = NULL, append = TRUE, verbose = TRUE)

Arguments

x

a matrix or a list.

file

the filename of output file.

append

logical. If TRUE, output will be appended to file; otherwise, it will overwrite the contents of file.

verbose

whether to print details.

Details

Build date: Feb 7, 2020 Last update: Apr 28, 2022

Value

none.

Author(s)

Dong Yin

Examples

x <- list(a = "a", b = "b")
logging.print(x)

simer documentation built on April 3, 2025, 9:24 p.m.