trendActivelyHomeless: Merges two HMIS CSV sets.

Description Usage Arguments See Also Examples

View source: R/HomelessTrend.R

Description

Merges two HMIS CSV sets.

Usage

1
2
trendActivelyHomeless(allDataPath, dropboxPath, interval = "week",
  startDate = "", servicesThreshold = 0)

Arguments

string

path to folder contaning first CSV set.

string

path to folder contaning second CSV set.

string

path to output where merged CSVs will be written.

boolean

save in feather file format. Default is false.

See Also

nchar which this function wraps

Examples

1
2
3
4
5
6
7
mergeHmisCSVs('/Users/user/local/CSV_2016', 
              '/Users/user/local/CSV_2016',
              '/Users/user/local/CSV_2016_and_2017')
mergeHmisCSVs('/Users/user/local/CSV_2016', 
              '/Users/user/local/CSV_2016',
              '/Users/user/local/CSV_2016_and_2017'
               feather = TRUE)

Ladvien/RHMIS documentation built on May 28, 2019, 1:30 p.m.