Skip to content

Commit

Permalink
minor bugfix for missing return value
Browse files Browse the repository at this point in the history
  • Loading branch information
deanmarchiori committed Apr 15, 2024
1 parent 61eb141 commit a415f12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion R/othertext_lookup.R
Original file line number Diff line number Diff line change
Expand Up @@ -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")){
Expand Down
3 changes: 3 additions & 0 deletions man/othertext_lookup.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a415f12

Please sign in to comment.