Skip to content

Commit

Permalink
no need for RD file
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Nov 14, 2023
1 parent 6fae20e commit 7e65584
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
3 changes: 1 addition & 2 deletions R/data_rescale.R
Original file line number Diff line number Diff line change
Expand Up @@ -305,8 +305,7 @@ rescale.data.frame <- function(x,

# helper ----------------------------------------------------------------------

#' expand the new target range by multiplying or adding
#' @keywords internal
# expand the new target range by multiplying or adding
.update_to <- function(x, to, multiply, add) {
# check if user specified "multiply" or "add", and if not, return "to"
if (is.null(multiply) && is.null(add)) {
Expand Down
12 changes: 0 additions & 12 deletions man/dot-update_to.Rd

This file was deleted.

0 comments on commit 7e65584

Please sign in to comment.