Skip to contents

Create other text lookup from ODK excel template

Usage

othertext_lookup_from_odk_excel(file_path)

Arguments

file_path

String. Path to excel template file

Value

tibble. Tibble with fields name and other name

Examples

if (FALSE) { # \dontrun{
othertext_lookup_from_odk_excel(file_path = "my/odk_template.xlsx")
} # }