Description Usage Value Author(s) See Also Examples
Gets the files currently used by the logger.
1 |
Vector storing the full names of the files that are being used by the logger. This vector contains NA
as an element if the logger is (also) using the console for its output. If logging functionality is disabled
(see rnb.options
) or the logger is not initialized, this function returns NULL
.
Yassen Assenov
logger.isinitialized
to check if logging is activated;
logger.start
for initializing a logger or starting a section
1 2 | if (NA %in% logger.getfiles())
cat("Console logger is enabled\n")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.