This repository has been archived by the owner on Oct 24, 2023. It is now read-only.
forked from Edouard-Legoupil/koboloadeR
-
-
Notifications
You must be signed in to change notification settings - Fork 28
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fixing kobo_dico to work write element link into 0-config.R when done and fixing app_koboloadeR.R to work with changes in other functions.
Updating kobo_label to rename not only the dataframe columns, but also the questions choices from names to labels for select_one and select_multiple questions.
maherdaoud
reviewed
Jan 16, 2019
Fixing kobo_dico to have "labels" without the question before. Kobo_labels does its job better.
Fixing kobo_label to also relabel choices for select_one and select_multiple questions
Fixing kobo_dico to have the same naming convention for select_one and select_multiple types.
…ger/calculate New data crunching functions for select_multiple, select_one and integer/calculate. They take one question at a time rather than all. They make the code more readable, and avoid multiple "for" loops, thus making it faster.
kobo_to_xlsform correclty transform columns from standard kobo exports (i.e. not only if they are already set as factors).
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixing kobo_dico to work write element link into 0-config.R when done and fixing app_koboloadeR.R to work with changes in other functions.
Should solve issue #21