#FAST sheet "3 Initiative-E" headers have too many issues to import automatically -> define
#header list to apply to df
init_headers <- c("fundingagency",
"mechanismname",
"primepartner",
"mechanismid",
"programarea",
"beneficiary",
"intervention_total_drop",
"notes_drop",
"initiative1",
"bilat_total_drop",
"bilat_appliedpipeline",
"bilat_new_gap_drop",
"bilat_new_ghp_usaid_drop",
"bilat_new_ghp_state_drop",
"bilat_new_total_drop",
"bilat_circ.prev",
"bilat_hbhc.ct_se",
"bilat_hkid.se",
"bilat_hlab.asp",
"bilat_hmbl.asp",
"bilat_hmin.asp",
"bilat_htxd.ct",
"bilat_htxs.ct",
"bilat_hvab.prev",
"bilat_hvct.ct_hts",
"bilat_hvop.prev",
"bilat_hvsi.asp",
"bilat_hvtb.ct",
"bilat_idup.prev",
"bilat_mtct.ct_prev_hts",
"bilat_ohss.asp",
"bilat_pdcs.ct_se",
"bilat_pdtx.ct",
"bilat_val_drop",
"initiative2",
"init2_total_drop",
"init2_appliedpipeline",
"init2_new_gap_drop",
"init2_new_ghp_usaid_drop",
"init2_new_ghp_state_drop",
"init2_new_total_drop",
"init2_circ.prev",
"init2_hbhc.ct_se",
"init2_hkid.se",
"init2_hlab.asp",
"init2_hmbl.asp",
"init2_hmin.asp",
"init2_htxd.ct",
"init2_htxs.ct",
"init2_hvab.prev",
"init2_hvct.ct_hts",
"init2_hvop.prev",
"init2_hvsi.asp",
"init2_hvtb.ct",
"init2_idup.prev",
"init2_mtct.ct_prev_hts",
"init2_ohss.asp",
"init2_pdcs.ct_se",
"init2_pdtx.ct",
"init2_val_drop",
"initiative3",
"init3_total_drop",
"init3_appliedpipeline",
"init3_new_gap_drop",
"init3_new_ghp_usaid_drop",
"init3_new_ghp_state_drop",
"init3_new_total_drop",
"init3_circ.prev",
"init3_hbhc.ct_se",
"init3_hkid.se",
"init3_hlab.asp",
"init3_hmbl.asp",
"init3_hmin.asp",
"init3_htxd.ct",
"init3_htxs.ct",
"init3_hvab.prev",
"init3_hvct.ct_hts",
"init3_hvop.prev",
"init3_hvsi.asp",
"init3_hvtb.ct",
"init3_idup.prev",
"init3_mtct.ct_prev_hts",
"init3_ohss.asp",
"init3_pdcs.ct_se",
"init3_pdtx.ct",
"init3_val_drop",
"blank_drop",
"val_checkall_drop",
"val_bilat_drop",
"val_wcf_drop",
"val_faithbased_drop",
"val_sum_drop",
"val_origsum_drop",
"val_diff_drop")
#save
save(init_headers, file = "data/init_headers.rda")
rm(init_headers)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.