View source: R/log_formatter.R
teal_logger_formatter | R Documentation |
log_formatter
Custom log_formatter
supporting atomic vectors. By default glue::glue
returns n-element vector when vector is provided as an input. This function
generates "[elem1, elem2, ...]"
for atomic vectors. Function also handles
NULL
value which normally causes logger
to return empty character.
teal_logger_formatter()
teal_logger_transformer(text, envir)
text |
Text (typically) R code to parse and evaluate. |
envir |
environment to evaluate the code in |
Nothing. Called for its side effects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.