We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f898bcb commit 94f4efaCopy full SHA for 94f4efa
R/slide.R
@@ -6,8 +6,8 @@
6
#' as follows:
7
#'
8
#' ```
9
-#' # Create new column `cases_7dm` that contains a 7-day trailing median of cases
10
-#' epi_slide(edf, cases_7dav = median(cases), .window_size = 7)
+#' # Create new column `cases_7dmed` that contains a 7-day trailing median of cases
+#' epi_slide(edf, cases_7dmed = median(cases), .window_size = 7)
11
12
13
#' For two very common use cases, we provide optimized functions that are much
0 commit comments