The goal of monitor50x30 is to provide a user-friendly interface for performing regular survye monitoring actions:
- Getting data. Downloading survey microdata, combining it, and constructing a single set of data files.
- Checking data completeness. Generating a report on the progress of data collection and on whether all expected data for a PSU has been sent to the server.
- Performing data quality checks. Applying a set of validation rules, determining whether to reject/review each interview, and providing a tool to reject interviews with critical issues.
Since monitor50x30 is not yet available on CRAN, it can be installed from GitHub as follows:
if (!require("pak")) install.packages("pak")
pak::pak("arthur-shaw/monitor50x30")
To open the app’s graphical interface, simply run this command in the R console:
library(monitor50x30)
run_app()