Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions R/slide-index.R
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@
#'
#' # The first 16 slots are NULL because there is no possible way to
#' # look back 19 days from the 16th index position and construct a full
#' # window. But on the 17th index position, `""2019-09-03"`, if we look
#' # back 19 days we get to `""2019-08-15"`, which is the same value as
#' # window. But on the 17th index position, `"2019-09-03"`, if we look
#' # back 19 days we get to `"2019-08-15"`, which is the same value as
#' # `i[1]` so a full window can be constructed.
#' df$i[16] - 19 >= df$i[1] # FALSE
#' df$i[17] - 19 >= df$i[1] # TRUE
Expand Down
4 changes: 2 additions & 2 deletions man/slide_index.Rd

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

Loading