dss-hmi / suicide-prevention-2019

Projects evaluates change in suicide morbidity and mortality rates among youth (10-24) in relationship to the GLS suicide prevention program in selected Florida counties.
GNU General Public License v2.0
0 stars 1 forks source link

Greeter for the GLS activity data #2

Open andkov opened 5 years ago

andkov commented 5 years ago

A dedicated script ./manipulation/0-greeter-gls.R governs the import of GLS activity data. Reports for such activities as training of professionals and awareness campaigns in a community are being manually entered into an Excel spreadsheet (./data-unshared/raw/GLS-roster-2019-05-10.xlsx, where versiondate refer to the date of the latest manual data entry).

The dedicated greeter script (./manipulation/0-greeter-gls.R) inputs the tabs of the spreadsheet file, performs essential grooming, and structures data into a single dataframe. This dataframe is used in all subsequent analysis involving performance of GLS program.

andkov commented 5 years ago

The greeter has been developed and tested on multiple machines.

Please report failure of reproduction by re-opening this issue and describing the failure.

Please use this issue to capture generic work on the ./manipulation/0-greeter-gls.R script