powered by
The print() method for Loggers displays the most important aspects of the Appender.
print()
# S3 method for Appender print(x, color = requireNamespace("crayon", quietly = TRUE), ...)
any R Object
TRUE or FALSE: Output with color? Requires the Package crayon
TRUE
FALSE
ignored
print() returns x (invisibly), format() returns a character vector.
x
format()
character
# NOT RUN { # print most important details of logger print(lgr$console) # }
Run the code above in your browser using DataLab