teal_logger_formatter {teal.logger} | R Documentation |
Teal log_formatter
Description
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.
Usage
teal_logger_formatter()
teal_logger_transformer(text, envir)
Arguments
text |
Text (typically) R code to parse and evaluate. |
envir |
environment to evaluate the code in |
Value
Nothing. Called for its side effects.
[Package teal.logger version 0.4.0 Index]