From 1e21e0500e5d66124816bd229822bab947ca914d Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 12 Sep 2023 19:51:51 +0200 Subject: [PATCH] Update R/seek_variables.R Co-authored-by: Etienne Bacher <52219252+etiennebacher@users.noreply.github.com> --- R/seek_variables.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/seek_variables.R b/R/seek_variables.R index 6746fec03..ad1d0c38d 100644 --- a/R/seek_variables.R +++ b/R/seek_variables.R @@ -26,7 +26,7 @@ #' - `"values"`: searches in value labels or factor levels. Only applies when a #' `labels` attribute is set for a variable, or if a variable is a factor. #' - `"all"`: searches in all of the above. -#' @param fuzzy Logical, if `TRUE`, "fuzzy matching" (partial and close distance +#' @param fuzzy Logical. If `TRUE`, "fuzzy matching" (partial and close distance #' matching) will be used to find `pattern`. #' #' @return A data frame with three columns: the column index, the column name