Skip to content

Latest commit

 

History

History
45 lines (37 loc) · 1.76 KB

README.md

File metadata and controls

45 lines (37 loc) · 1.76 KB

GPS data

There are 4 files containing GPS coordinates data in the raw_data/GPS folder of the Dropbox:

  • Old Machine 2012-2015.xls that contains data collected by the IPL staff using the old GPS device;
  • New Machine2015-2018.xls that contains data collected by the IPL staff using the new GPS device;
  • Shared with app.xls that contains data sent by patients through WhatsApp;
  • IPL Server.xlsx that contains data sent by patients or volunteers from the municipality, using the web application developped by IPL.

The data cleaned by this pipeline, are saved to the data/pacs.csv CSV file that can be copied and paste to a text file on your computer or downloaded directly from R into a data frame:

> if (! "readr" %in% rownames(installed.packages())) install.packages("readr")
> pacs <- readr::read_csv("https://raw.githubusercontent.com/ecomore2/gps/master/data/gps.csv", col_types = "icdd")

This summary provides a real-time overview of the current state of the PACS data set, highlighting problems that remain to be fixed.