Description Usage Arguments Examples
View source: R/cross_reference_lists.R
This is useful for checking and translation purposes to have the question text next to the answer text to provide additional context and make sure wording is appropriate. Multiple questions mapping to same list set will be concatenated
1 | cross_reference_lists(ODKFile, by = "label", language = NULL)
|
ODKFile |
ODK form read in using read.odk |
by |
which column from survey tab to use as cross reference |
language |
language of column (can be "" if no languages referred to in from) |
1 2 | #Form<-read.odk("data/EvaluationQuestionnaire2018.xlsx")
#Form %>% cross_reference_lists()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.