cross_reference_lists: cross reference the choices tab with information from the...

Description Usage Arguments Examples

View source: R/cross_reference_lists.R

Description

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

Usage

1
cross_reference_lists(ODKFile, by = "label", language = NULL)

Arguments

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)

Examples

1
2
#Form<-read.odk("data/EvaluationQuestionnaire2018.xlsx")
#Form %>% cross_reference_lists()

sdumble1/ODKTools documentation built on July 6, 2020, 6:36 p.m.