| remove_monthly_crumbs | R Documentation |
Remove Monthly Breadcrumb Files
remove_monthly_crumbs(monthly_crumb_files)
monthly_crumb_files |
names of the monthly breadcrumb files to
collate (i.e., return value from |
## Not run:
# silly example to write breadcrumbs and the immediately delete them
ris_storage_path("Reports") %>%
collate_daily_crumb_metadata() %>%
write_monthly_crumbs_for_year(2015) -> monthly_crumb_files
monthly_crumb_files %>%
collate_monthly_crumbs()
monthly_crumb_files %>%
remove_monthly_crumbs()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.