Skip to content

Commit

Permalink
style: styler (GHA)
Browse files Browse the repository at this point in the history
  • Loading branch information
brookslogan committed Nov 14, 2024
1 parent e5b66bd commit 845f4c0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions R/slide.R
Original file line number Diff line number Diff line change
Expand Up @@ -943,8 +943,10 @@ epi_slide_opt <- function(
#' # output column names:
#' covid_case_death_rates_extended %>%
#' group_by(geo_value) %>%
#' epi_slide_mean(c(case_rate, death_rate), .window_size = 7,
#' .new_col_names = c("smoothed_case_rate", "smoothed_death_rate")) %>%
#' epi_slide_mean(c(case_rate, death_rate),
#' .window_size = 7,
#' .new_col_names = c("smoothed_case_rate", "smoothed_death_rate")
#' ) %>%
#' ungroup()
#' covid_case_death_rates_extended %>%
#' group_by(geo_value) %>%
Expand Down

0 comments on commit 845f4c0

Please sign in to comment.