Coursera DDP - Course project
Pablo Guillemi
2022-10-06
This app aims to provide straightforward answers to some very important aspects of case monitoring (who could be patients, customers, place-specific situations).
How many cases are currently being followed up?
The following information comes from embedded R code that reads information directly from app log: https://docs.google.com/spreadsheets/d/1J5o5Qzh6HbLvePldUmPQvn19NK4MM8JtKUjPdsMyOE4/edit#gid=0
# A tibble: 1 × 3
date_of_report number_of_cases monitoring_events
<date> <int> <int>
1 2022-10-06 9 23
App is at https://pguillemi.shinyapps.io/Geo_based_case_tracking/
github repository https://github.com/pguillemi/ddp_geo_based_case_tracking