| log_info | R Documentation |
Log an informational message
log_info(..., verbose = TRUE, wrap = TRUE, .envir = parent.frame())
... |
Character strings to log. Supports glue-style interpolation. |
verbose |
Logical. Whether to print the message (default TRUE). |
wrap |
Logical. Whether to wrap long messages (default TRUE). |
.envir |
Environment for glue interpolation (default: parent frame). |
## Not run:
log_info("Processing file:", "data.csv")
subject_id <- "001"
log_info("Processing subject {subject_id}")
log_info("Found {nrow(data)} rows", "in dataset")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.