setup_default_logging | R Documentation |
Sets up default logging. Usage of logging is currently being explored as the current setup cannot log stan errors or progress.
setup_default_logging(
logs = tempdir(check = TRUE),
mirror_epinow = FALSE,
target_date = NULL
)
logs |
Character path indicating the target folder in which to store log
information. Defaults to the temporary directory if not specified. Default
logging can be disabled if |
mirror_epinow |
Logical, defaults to FALSE. Should internal logging be
returned from |
target_date |
Date, defaults to maximum found in the data if not specified. |
No return value, called for side effects
setup_default_logging()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.