diff --git a/R/R/refresh.R b/R/R/refresh.R index b174c342f..11f824a5a 100644 --- a/R/R/refresh.R +++ b/R/R/refresh.R @@ -42,8 +42,10 @@ #' Prophet holidays using \code{data("dt_prophet_holidays")}. #' @param refresh_steps Integer. It controls how many time units the refresh #' model build move forward. For example, \code{refresh_steps = 4} on weekly data -#' means the InputCollect$window_start & InputCollect$window_end move forward -#' 4 weeks. +#' means the \code{InputCollect$window_start} & \code{InputCollect$window_end} +#' move forward 4 weeks. If \code{refresh_steps} is smaller than the number of +#' newly provided data points, then Robyn would only use the first N steps of the +#' new data. #' @param refresh_mode Character. Options are "auto" and "manual". In auto mode, #' the \code{robyn_refresh()} function builds refresh models with given #' \code{refresh_steps} repeatedly until there's no more data available. I diff --git a/R/man/robyn_refresh.Rd b/R/man/robyn_refresh.Rd index 901aa2e74..404d07815 100644 --- a/R/man/robyn_refresh.Rd +++ b/R/man/robyn_refresh.Rd @@ -42,8 +42,10 @@ Prophet holidays using \code{data("dt_prophet_holidays")}.} \item{refresh_steps}{Integer. It controls how many time units the refresh model build move forward. For example, \code{refresh_steps = 4} on weekly data -means the InputCollect$window_start & InputCollect$window_end move forward -4 weeks.} +means the \code{InputCollect$window_start} & \code{InputCollect$window_end} +move forward 4 weeks. If \code{refresh_steps} is smaller than the number of +newly provided data points, then Robyn would only use the first N steps of the +new data.} \item{refresh_mode}{Character. Options are "auto" and "manual". In auto mode, the \code{robyn_refresh()} function builds refresh models with given