hfr_export: Export High Frequency Data

View source: R/hfr_export.R

hfr_exportR Documentation

Export High Frequency Data

Description

Function to export different data frames with standardized naming formats

Usage

hfr_export(
  df,
  folderpath_output = NULL,
  type = "processed",
  by_mech = FALSE,
  quarters_complete = NULL
)

Arguments

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

Examples

## Not run: 
 #write output
   hfr_export(df_tza, "~/WeeklyData") 
## End(Not run)

USAID-OHA-SI/Wavelength documentation built on March 24, 2023, 10:07 a.m.