clean_agency.Rd
This function converts all funding agency names to upper case removes the HHS prefix for those agencies and moves State and USAID subsidiaries under their parent agencies
clean_agency(.data)
Cleaned MSD DataFrame
Other column munging:
clean_column()
,
clean_indicator()
,
clean_psnu()
if (FALSE) { # \dontrun{
df_msd %>% clean_agency() } # }