@@ -186,8 +186,8 @@ next_after.Date <- function(x) x + 1L
186
186
# ' archive. Unexpected behavior may result from modifying the metadata
187
187
# ' directly.
188
188
# '
189
- # ' @param x A data.frame, data. table, or tibble, with columns `geo_value`,
190
- # ' `time_value`, `version`, and then any additional number of columns .
189
+ # ' @param data_table a data.table with [`data.table::key()`] equal to
190
+ # ' `c("geo_value", other_keys, "time_value", "version")` .
191
191
# ' @param geo_type DEPRECATED Has no effect. Geo value type is inferred from the
192
192
# ' location column and set to "custom" if not recognized.
193
193
# ' @param time_type DEPRECATED Has no effect. Time value type inferred from the time
@@ -484,6 +484,8 @@ update_is_locf <- function(arranged_updates_df, ukey_names, abs_tol) {
484
484
# ' `as_epi_archive` converts a data frame, data table, or tibble into an
485
485
# ' `epi_archive` object.
486
486
# '
487
+ # ' @param x A data.frame, data.table, or tibble, with columns `geo_value`,
488
+ # ' `time_value`, `version`, and then any additional number of columns.
487
489
# ' @param ... used for specifying column names, as in [`dplyr::rename`]. For
488
490
# ' example `version = release_date`
489
491
# ' @param .versions_end location based versions_end, used to avoid prefix
0 commit comments