Description Usage Arguments Examples
View source: R/add_question_numbers.R
Take existing labels from an ODK XLS form and attach automatically generated question numbers based on groups and questions within groups New numbers will be generated for each new section (group or repeat) - nesting of sections not currently implemented Questions will be assigned to the following ODK elements: "integer","decimal", "select_one", "select_multiple","text","date","datetime","time", "image","geopoint"
1 2 | add_question_numbers(ODKFile, language = NULL, maintype = "numbers",
subtype = "numbers")
|
ODKFile |
ODK form read in using read.odk |
language |
language of label column to add numbers into |
maintype |
how to label sections. Defaults to "numbers". Also can have "LETTERS" or "letters" |
subtype |
how to label questions within sections. Defaults to "numbers". Also can have "LETTERS" or "letters" |
1 2 | #Form<-read.odk("data/EvaluationQuestionnaire2018.xlsx")
#Form %>% add_question_numbers()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.