Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Mar 21, 2022
1 parent e4e3ca1 commit f5a1682
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions R/normalize.R
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,11 @@ normalize.factor <- function(x, ...) {

#' @export
normalize.grouped_df <- function(x,
include_bounds = TRUE,
select = NULL,
exclude = NULL,
include_bounds = TRUE,
verbose = TRUE,
ignore_case = FALSE,
verbose = TRUE,
...) {
# evaluate select/exclude, may be select-helpers
select <- .select_nse(select, x, exclude, ignore_case, verbose = verbose)
Expand Down Expand Up @@ -152,11 +152,11 @@ normalize.grouped_df <- function(x,
#' @rdname normalize
#' @export
normalize.data.frame <- function(x,
include_bounds = TRUE,
select = NULL,
exclude = NULL,
include_bounds = TRUE,
verbose = TRUE,
ignore_case = FALSE,
verbose = TRUE,
...) {

# evaluate select/exclude, may be select-helpers
Expand Down
4 changes: 2 additions & 2 deletions man/normalize.Rd

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

0 comments on commit f5a1682

Please sign in to comment.