collate_monthly_crumbs: Collate Monthly Breadcrumbs

View source: R/crumbs.R

collate_monthly_crumbsR Documentation

Collate Monthly Breadcrumbs

Description

Collate Monthly Breadcrumbs

Usage

collate_monthly_crumbs(monthly_crumb_files, debug = FALSE)

Arguments

monthly_crumb_files

names of the monthly breadcrumb files to collate (i.e., return value from write_monthly_crumbs_for_year())

debug

output word counts for all monthly and the year breadcrumb files to see if the montly add up to the yearly

Examples

## Not run: 
ris_storage_path("Reports") %>%
  collate_daily_crumb_metadata() %>%
  write_monthly_crumbs_for_year(2015) %>%
  collate_monthly_crumbs()

## End(Not run)

RoeLabWustl/roelabr documentation built on Aug. 27, 2022, 9:57 a.m.