logging.print {simer}R 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)

[Package simer version 0.9.0.4 Index]