Export High Frequency Data
hfr_export(
df,
folderpath_output = NULL,
type = "processed",
by_mech = FALSE,
quarters_complete = NULL
)
structured High Frequency Data Frame
provide the full path to the folder for saving
type of data being saved, default = processed
export by mechanism, default = FALSE
FOR DATIM ONLY: # of quarters completed through FY to determine weeks left in year
if (FALSE) {
#write output
hfr_export(df_tza, "~/WeeklyData") }