Skip to content

Commit

Permalink
fix: remove time_step docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
dshemetov committed Jun 24, 2024
1 parent 0f0ec67 commit 2d6c937
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions R/methods-epi_archive.R
Original file line number Diff line number Diff line change
Expand Up @@ -610,12 +610,6 @@ epix_detailed_restricted_mutate <- function(.data, ...) {
#' set to a regularly-spaced sequence of values set to cover the range of
#' `version`s in the `DT` plus the `versions_end`; the spacing of values will
#' be guessed (using the GCD of the skips between values).
#' @param time_step Optional function used to define the meaning of one time
#' step, which if specified, overrides the default choice based on the
#' `time_value` column. This function must take a positive integer and return
#' an object of class `lubridate::period`. For example, we can use `time_step
#' = lubridate::hours` in order to set the time step to be one hour (this
#' would only be meaningful if `time_value` is of class `POSIXct`).
#' @param new_col_name String indicating the name of the new column that will
#' contain the derivative values. Default is "slide_value"; note that setting
#' `new_col_name` equal to an existing column name will overwrite this column.
Expand Down
6 changes: 0 additions & 6 deletions man/epix_slide.Rd

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

0 comments on commit 2d6c937

Please sign in to comment.