ecohealthalliance
. See also theR-universe documentation.Package: formstools 0.0.0.9000
formstools: Tools for working with ODK XLSForms
Set of utility functions for use by EcoHealth Alliance researchers in working with Open Data Kit XLSForms. These functions are aimed at aiding users in the data cleaning and data validation process using information found in the ODK XLSForms.
Authors:
formstools_0.0.0.9000.tar.gz
formstools_0.0.0.9000.zip(r-4.5)formstools_0.0.0.9000.zip(r-4.4)formstools_0.0.0.9000.zip(r-4.3)
formstools_0.0.0.9000.tgz(r-4.4-any)formstools_0.0.0.9000.tgz(r-4.3-any)
formstools_0.0.0.9000.tar.gz(r-4.5-noble)formstools_0.0.0.9000.tar.gz(r-4.4-noble)
formstools_0.0.0.9000.tgz(r-4.4-emscripten)formstools_0.0.0.9000.tgz(r-4.3-emscripten)
formstools.pdf |formstools.html✨
formstools/json (API)
# Install 'formstools' in R: |
install.packages('formstools', repos = c('https://humanitarian-user-group.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/ecohealthalliance/formstools/issues
- form_codebook - An example ODK form schema retrieved using ruODK
- pizza_data - An example data collected using ODK and aggregated using ODK Central
Last updated 1 years agofrom:778958d151. Checks:OK: 3 NOTE: 4. Indexed: no.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 23 2024 |
R-4.5-win | OK | Nov 23 2024 |
R-4.5-linux | OK | Nov 23 2024 |
R-4.4-win | NOTE | Nov 23 2024 |
R-4.4-mac | NOTE | Nov 23 2024 |
R-4.3-win | NOTE | Nov 23 2024 |
R-4.3-mac | NOTE | Nov 23 2024 |
Exports:get_choicesget_choices_ruodkget_questionsmatch_other_to_choicessplit_multiple_responsesplit_multiple_responsesspread_vector_to_columns
Dependencies:cellrangerclicpp11crayondplyrfansigenericsgluehmslifecyclemagrittrpillarpkgconfigprettyunitsprogresspurrrR6readxlrematchrlangstringistringrtibbletidyrtidyselectutf8vctrswithr
Readme and manuals
Help Manual
Help page | Topics |
---|---|
An example ODK form schema retrieved using ruODK | form_codebook |
Get choices used for select_one and select_multiple questions in an XLSForm | get_choices |
Get choices for a specified variable in an ODK form | get_choices_ruodk |
Get questions used for select_one and select_multiple questions in an XLSForm | get_questions |
Match other responses to specified choices | match_other_to_choices |
An example data collected using ODK and aggregated using ODK Central | pizza_data |
Split a vector of values from an ODK select multiple type of response | split_multiple_response split_multiple_responses |
Convert character vector of categorical responses into unique variables | spread_vector_to_columns |