Skip to content

Commit

Permalink
Update extract_column_names.R
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed May 17, 2024
1 parent b8e81e6 commit 764bd9e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions R/extract_column_names.R
Original file line number Diff line number Diff line change
Expand Up @@ -164,4 +164,13 @@ data_find <- function(data,
verbose = TRUE,
...) {
insight::format_warning("Function `data_find()` is deprecated and will be removed in a future release. Please use `extract_column_names()` instead.") # nolint
extract_column_names(
data,
select = select,
exclude = exclude,
ignore_case = ignore_case,
regex = regex,
verbose = verbose,
...
)
}

0 comments on commit 764bd9e

Please sign in to comment.