Read in a standard HFR submission, binding all tabs into one. Note that all tabs must be in the same template format - all long, wide, or wide-limited.

hfr_import(filepath)

Arguments

filepath

filepath to submitted template

Examples

if (FALSE) {
#identify whether template is long or wide
  filepath <- "~/HFR/HFR_FY23_Oct_Moldova_20221015.xlsx"
  df_hfr <- hfr_import(filepath) }