loggerSetupFile | R Documentation |
Setup logger filename with a LayoutFormat
loggerSetupFile(log.filepath)
log.filepath |
file path for setting a lgr::AppenderFile |
ken4rab
log.filepath <- file.path(tempdir(), "lgr.log") dir.create(tempdir(), recursive = TRUE, showWarnings = FALSE) loggerSetupFile(log.filepath)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.