# config for logging DR2S
.confLog <- function(outdir, logName = "info"){
stopifnot(requireNamespace("futile.logger", quietly = TRUE))
futile.logger::flog.appender(futile.logger::appender.tee(
file.path(outdir, "DR2S_run." %<<% logName)),
logName)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.