diff --git a/R/data_rescale.R b/R/data_rescale.R index 530cde1db..25a5c4316 100644 --- a/R/data_rescale.R +++ b/R/data_rescale.R @@ -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)) { diff --git a/man/dot-update_to.Rd b/man/dot-update_to.Rd deleted file mode 100644 index 28a494203..000000000 --- a/man/dot-update_to.Rd +++ /dev/null @@ -1,12 +0,0 @@ -% Generated by roxygen2: do not edit by hand -% Please edit documentation in R/data_rescale.R -\name{.update_to} -\alias{.update_to} -\title{expand the new target range by multiplying or adding} -\usage{ -.update_to(x, to, multiply, add) -} -\description{ -expand the new target range by multiplying or adding -} -\keyword{internal}