R Package for the Analysis of Questionnaire Data from Routine Sensitisation and Awareness Creation Activities
In the R console simply run
devtools::install_github("NESREA/sensitisation")
New users should note that it may be necessary to first install devtools
with install.packages("devtools")
!
This package launches a Shiny application, which is useful for interactive exploratory data analysis. To view the app, simply pass the path to the CSV file as an argument to display_data()
library(sensitisation)
display_data("path/to/csv/file")
This package is designed for in-house datasets containing specific fields and its functions will need to be modified prior to use on generic data.