Skip to content

Commit 174fecf

Browse files
committed
Changed n's default to be consistent with the rest of the branch.
1 parent ca37636 commit 174fecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/archive.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ epi_archive =
584584
#' details.
585585
#' @importFrom data.table key
586586
#' @importFrom rlang !! !!! enquo quo_is_missing enquos is_quosure sym syms
587-
slide = function(f, ..., n = 7, group_by, ref_time_values,
587+
slide = function(f, ..., n, group_by, ref_time_values,
588588
time_step, new_col_name = "slide_value",
589589
as_list_col = FALSE, names_sep = "_",
590590
all_rows = FALSE) {

0 commit comments

Comments
 (0)