Berlin-Tiefwerder: get rawfilepaths for months
Source:R/get_monthly_periods.R
get_rawfilespaths_for_month.Rd
Berlin-Tiefwerder: get rawfilepaths for months
Usage
get_rawfilespaths_for_month(
monthly_period = get_monthly_periods()[1, ],
raw_data_dir = shiny_file("berlin_t/data/operation"),
max_offset_days = 7
)
Arguments
- monthly_period
one row of data.frame as retrieved by function first row of get_monthly_periods(), i.e. year month is (default: '2017-06')
- raw_data_dir
directory with operational raw data files for Berlin Tiefwerder (default:
kwb.pilot:::shiny_file("berlin_t/data/operation")
)- max_offset_days
number of days in previous/next month to look for beginning/ ending of month (default: 7)