Skip to content

Commit c4c8fc5

Browse files
committed
fix epi_df example
1 parent d7a2872 commit c4c8fc5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/epi_df.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ new_epi_df = function(x = tibble::tibble(), geo_type, time_type, as_of,
251251
#' dplyr::mutate(
252252
#' state = rep("MA",6),
253253
#' pol = rep(c("blue", "swing", "swing"), each = 2)) %>% # 2 extra keys
254-
#' as_epi_df(additional_metadata = list(other_keys = "state", "pol"))
254+
#' as_epi_df(additional_metadata = list(other_keys = c("state", "pol")))
255255
#'
256256
#' attr(ex3,"metadata")
257257
as_epi_df = function(x, ...) {

man/as_epi_df.Rd

Lines changed: 1 addition & 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)