CorrelAid / kbtbr

https://correlaid.github.io/kbtbr
Other
7 stars 1 forks source link

Extract metadata: question and answer option labels, translations #74

Open pr130 opened 1 year ago

pr130 commented 1 year ago

Problem:

to generate high quality reports based on KoboToolBox submissions, it might be necessary to:

Current solution:

asset <- kobo$get(sprintf("assets/%s", survey_id))
content_survey <- asset$content$survey

followed by custom data wrangling (example here: https://gist.github.com/friep/bf091c471b13589214612017a4dcc502 )

Proposed solution: