hfr_export | R Documentation |
Function to export different data frames with standardized naming formats
hfr_export(
df,
folderpath_output = NULL,
type = "processed",
by_mech = FALSE,
quarters_complete = NULL
)
df |
structured High Frequency Data Frame |
folderpath_output |
provide the full path to the folder for saving |
type |
type of data being saved, default = processed |
by_mech |
export by mechanism, default = FALSE |
quarters_complete |
FOR DATIM ONLY: # of quarters completed through FY to determine weeks left in year |
## Not run:
#write output
hfr_export(df_tza, "~/WeeklyData")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.