Description Usage Arguments Examples
Save an xlsx file with logging tables
1 | save_logging(logging_project)
|
logging_project |
A logging object from the 'use_logging()' function |
1 2 3 4 5 6 7 | start_logging(project = "my logging project",
log_file = "my_project_log.xlsx",
yaml_file = "my_log.yaml")
logging_project <- use_logging("my_log.yaml")
x <- data.frame(this = "foo", that = "bar")
logging_project <- add_log_table(logging_project, "1", x)
save_logging(logging_project)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.