Skip to content

Commit 2d6c937

Browse files
committed
fix: remove time_step docstring
1 parent 0f0ec67 commit 2d6c937

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

R/methods-epi_archive.R

-6
Original file line numberDiff line numberDiff line change
@@ -610,12 +610,6 @@ epix_detailed_restricted_mutate <- function(.data, ...) {
610610
#' set to a regularly-spaced sequence of values set to cover the range of
611611
#' `version`s in the `DT` plus the `versions_end`; the spacing of values will
612612
#' be guessed (using the GCD of the skips between values).
613-
#' @param time_step Optional function used to define the meaning of one time
614-
#' step, which if specified, overrides the default choice based on the
615-
#' `time_value` column. This function must take a positive integer and return
616-
#' an object of class `lubridate::period`. For example, we can use `time_step
617-
#' = lubridate::hours` in order to set the time step to be one hour (this
618-
#' would only be meaningful if `time_value` is of class `POSIXct`).
619613
#' @param new_col_name String indicating the name of the new column that will
620614
#' contain the derivative values. Default is "slide_value"; note that setting
621615
#' `new_col_name` equal to an existing column name will overwrite this column.

man/epix_slide.Rd

-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)