diff --git a/R/othertext_lookup.R b/R/othertext_lookup.R index 324e266..527563f 100644 --- a/R/othertext_lookup.R +++ b/R/othertext_lookup.R @@ -13,7 +13,7 @@ #' #' @param questionnaire The ODK questionnaire. Used to ensure the correct look up table is found. #' -#' @return +#' @return tibble #' @export #' othertext_lookup <- function(questionnaire = c("animal_owner")){ diff --git a/man/othertext_lookup.Rd b/man/othertext_lookup.Rd index da46a36..5258250 100644 --- a/man/othertext_lookup.Rd +++ b/man/othertext_lookup.Rd @@ -9,6 +9,9 @@ othertext_lookup(questionnaire = c("animal_owner")) \arguments{ \item{questionnaire}{The ODK questionnaire. Used to ensure the correct look up table is found.} } +\value{ +tibble +} \description{ Provides a look up table matching ODK survey questions with their free text response question.