Skip to content

Commit edb07db

Browse files
adminadmin
authored andcommitted
added ... to new_epi_df()
1 parent 7855ac9 commit edb07db

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

R/epi_df.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,12 @@ NULL
107107
#' `epi_df` object. The metadata will have `geo_type`, `time_type`, and
108108
#' `as_of` fields; named entries from the passed list or will be included as
109109
#' well.
110+
#' @param ... Additional arguments passed to methods.
110111
#' @return An `epi_df` object.
111112
#'
112113
#' @export
113114
new_epi_df = function(x = tibble::tibble(), geo_type, time_type, as_of,
114-
additional_metadata = list()) {
115+
additional_metadata = list(), ...) {
115116
# Check that we have a data frame
116117
if (!is.data.frame(x)) {
117118
Abort("`x` must be a data frame.")

man/new_epi_df.Rd

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

0 commit comments

Comments
 (0)