WFP Data Quality Check is a Shiny application for data quality analysis and visualization of key food security indicators in World Food Programme (WFP) surveys.
- 📊 Multi-indicator analysis : FCS, HDDS, rCSI, HHS, LCS
- 📁 Multi-format support : SPSS (.sav), Excel (.xlsx/.xls), CSV, Stata (.dta), Text
- 🗺️ Geographic analysis : By Admin1, Admin2, and Enumerator
- 📈 Interactive visualizations : Dynamic charts using Plotly and ECharts4r and WFPTheme color palette
- 📋 Exportable reports : Automatic generation of HTML reports
- 🔍 Quality control : Automatic data validation
- FCS (Food Consumption Score) - Score de Consommation Alimentaire
- HDDS (Household Dietary Diversity Score) - Score de Diversité Alimentaire des Ménages
- rCSI (Reduced Coping Strategy Index) - Indice de Stratégies de Survie Réduit
- HHS (Household Hunger Scale) - Échelle de la Faim des Ménages
- LCS (Livelihood Coping Strategy Index) - Indice de Stratégies de Survie des Moyens d'Existence
download the file WFPdataqualitycheck_0.2.0.tar.gz from Github
install.packages("your file repositories/WFPdataqualitycheck_0.2.0.tar.gz", repos = NULL, type = "source")
The application requires datasets with standard variable names. For more information on required variables, please see the in-app documentation or refer to Surveydesigner.
# Charger le package
library(WFPdataqualitycheck)
# Lancer l'application
run_app()
The application will open in your default web browser.
Mandatory variables are available on the main page of the application
ADMIN1Name
: Name of the first-level administrative divisionADMIN2Name
: Name of the second-level administrative divisionEnuName
: Enumerator name or ID
@_submission_time
: ubmission timestamp
- FCS :
FCSStap
,FCSPulse
,FCSPr
,FCSVeg
,FCSFruit
,FCSDairy
,FCSFat
,FCSSugar
- HDDS :
HDDSStapCer
,HDDSStapRoot
,HDDSVeg
,HDDSFruit
,HDDSPrMeat
,HDDSPrEggs
,HDDSPrFish
,HDDSPulse
,HDDSDairy
,HDDSFat
,HDDSSugar
,HDDSCond
- rCSI :
rCSILessQlty
,rCSIBorrow
,rCSIMealSize
,rCSIMealAdult
,rCSIMealNb
- HHS :
HHSNoFood_FR
,HHSBedHung_FR
,HHSNotEat_FR
- LCS : Variables de stress, crise et urgence
- R ≥ 4.0.0
Idrissa Dabo
- 📧 Email : [email protected]
- 🏢 Organisation : World Food Programme (WFP)
For questions or support, please contact:
- Idrissa Dabo: [email protected]
- Paolo Lucchino: [email protected]
- Hatem Kotb: [email protected]
- Alessandra Gherardelli: [email protected]
- Aliou Badara Samake: [email protected]
- Moctar Aboubacar: [email protected]
- Virginia Leape: [email protected]
For any questions or issues:
- Ensure your data includes all required variables and if there from surveydesigner
- Refer to the in-app documentation from Github
- Contact one of the persons mentioned above for technical support