write_monthly_crumbs_for_year: Write Monthly Breadcrumbs for Year

View source: R/crumbs.R

write_monthly_crumbs_for_yearR Documentation

Write Monthly Breadcrumbs for Year

Description

Write Monthly Breadcrumbs for Year

Usage

write_monthly_crumbs_for_year(daily_crumb_metadata, year)

Arguments

daily_crumb_metadata

tibble of breadcrumb names and dates from collate_daily_crumb_metadata()

year

the desired year

Value

names of the timespan (monthly) breadcrumb files

Examples

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

## End(Not run)

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