Creates new columns for specifying the HFR reporting period - fy (20XX) and hfr_pd (fiscal month), 1-12

hfr_assign_pds(df)

Arguments

df

HFR data frame with date

Examples

if (FALSE) {
 df <- hfr_assign_pds(df) }