Skip to content

Commit 845f4c0

Browse files
committed
style: styler (GHA)
1 parent e5b66bd commit 845f4c0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

R/slide.R

+4-2
Original file line numberDiff line numberDiff line change
@@ -943,8 +943,10 @@ epi_slide_opt <- function(
943943
#' # output column names:
944944
#' covid_case_death_rates_extended %>%
945945
#' group_by(geo_value) %>%
946-
#' epi_slide_mean(c(case_rate, death_rate), .window_size = 7,
947-
#' .new_col_names = c("smoothed_case_rate", "smoothed_death_rate")) %>%
946+
#' epi_slide_mean(c(case_rate, death_rate),
947+
#' .window_size = 7,
948+
#' .new_col_names = c("smoothed_case_rate", "smoothed_death_rate")
949+
#' ) %>%
948950
#' ungroup()
949951
#' covid_case_death_rates_extended %>%
950952
#' group_by(geo_value) %>%

0 commit comments

Comments
 (0)