wpm_combine: Combine all Partner Weekly Data into one tidy dataset

Description Usage Arguments Examples

View source: R/wpm_combine.R

Description

Combine all Partner Weekly Data into one tidy dataset

Usage

1
2
wpm_combine(folderpath_reports, folderpath_sitecoords = NULL,
  folderpath_targets = NULL, folderpath_output = NULL)

Arguments

folderpath_reports

what folder are all the partner reports stored in?

folderpath_sitecoords

what folder is the site coordinates files stored in? If no folder is noted, no coordinates will be merged on

folderpath_targets

what folder is the targets file stored in?

folderpath_output

what folder would you like to save the combines output dataset in? If no folder is noted, no file will be saved

Examples

1
2
3
 ## Not run: 
 df_weekly <- wpm_combine("~/Week_23")
## End(Not run)

USAID-ICPI/WeekendSpecial documentation built on May 22, 2019, 11:50 p.m.