Skip to content

Commit

Permalink
Update R/seek_variables.R
Browse files Browse the repository at this point in the history
Co-authored-by: Etienne Bacher <[email protected]>
  • Loading branch information
strengejacke and etiennebacher committed Sep 12, 2023
1 parent 54b899b commit 1e21e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/seek_variables.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1e21e05

Please sign in to comment.