logging.print {simer} | R Documentation |
Print R object information into file.
logging.print(x, file = NULL, append = TRUE, verbose = TRUE)
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. |
Build date: Feb 7, 2020 Last update: Apr 28, 2022
none.
Dong Yin
x <- list(a = "a", b = "b")
logging.print(x)