Skip to content

Commit 50586de

Browse files
committed
Document ... for as_epi_df
1 parent f1a243d commit 50586de

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

R/epi_df.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,8 @@ new_epi_df <- function(x = tibble::tibble(), geo_type, time_type, as_of,
180180
}
181181

182182
#' @rdname epi_df
183+
#' @param ... used for specifying column names, as in [`dplyr::rename`]. For
184+
#' example, `geo_value = STATEFP, time_value = end_date`.
183185
#' @export
184186
as_epi_df <- function(x, ...) {
185187
UseMethod("as_epi_df")

man/epi_df.Rd

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)