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)

Arguments

.data

MSD Datasets

Value

Cleaned MSD DataFrame

See also

Other column munging: clean_column(), clean_indicator(), clean_psnu()

Examples

if (FALSE) {
 df_msd %>% clean_agency() }