From a415f121b5b17667ba07a35f564d20968dce374f Mon Sep 17 00:00:00 2001 From: deanmarchiori Date: Tue, 16 Apr 2024 07:59:33 +1000 Subject: [PATCH] minor bugfix for missing return value --- R/othertext_lookup.R | 2 +- man/othertext_lookup.Rd | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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.