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 f5a1682 commit 57ecd39
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions R/ranktransform.R
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@ ranktransform.factor <- function(x, ...) {

#' @export
ranktransform.grouped_df <- function(x,
select = NULL,
exclude = NULL,
sign = FALSE,
method = "average",
select = NULL,
exclude = NULL,
ignore_case = FALSE,
...) {
info <- attributes(x)
Expand Down Expand Up @@ -139,10 +139,10 @@ ranktransform.grouped_df <- function(x,
#' @rdname ranktransform
#' @export
ranktransform.data.frame <- function(x,
select = NULL,
exclude = NULL,
sign = FALSE,
method = "average",
select = NULL,
exclude = NULL,
ignore_case = FALSE,
...) {

Expand Down
4 changes: 2 additions & 2 deletions man/ranktransform.Rd

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

0 comments on commit 57ecd39

Please sign in to comment.