Skip to content

Commit b5beac4

Browse files
committed
style: styler (GHA)
1 parent beb434c commit b5beac4

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
@@ -972,8 +972,10 @@ epi_slide_opt <- function(
972972
#' # output column names:
973973
#' covid_case_death_rates_extended %>%
974974
#' group_by(geo_value) %>%
975-
#' epi_slide_mean(c(case_rate, death_rate), .window_size = 7,
976-
#' .new_col_names = c("smoothed_case_rate", "smoothed_death_rate")) %>%
975+
#' epi_slide_mean(c(case_rate, death_rate),
976+
#' .window_size = 7,
977+
#' .new_col_names = c("smoothed_case_rate", "smoothed_death_rate")
978+
#' ) %>%
977979
#' ungroup()
978980
#' covid_case_death_rates_extended %>%
979981
#' group_by(geo_value) %>%

0 commit comments

Comments
 (0)