run_fastR: Run the COP19 FAST Importer

Description Usage Arguments Examples

View source: R/run_fastR.R

Description

Run the COP19 FAST Importer

Usage

1
run_fastR(filepath, sheetname = NULL)

Arguments

filepath

full file path for the COP19 FAST

sheetname

name of sheet to import

Examples

1
2
3
4
5
6
## Not run: 
#FAST file path
  path <- "../Downloads/FAST Malawi Consolidated Zero Draft 02082019.xlsx"
#read in FAST
  df_fast <- run_fastR(path, "2 Intervention-E") 
## End(Not run)

USAID-OHA-SI/fastR documentation built on Feb. 28, 2020, 10:48 p.m.