@@ -186,8 +186,8 @@ next_after.Date <- function(x) x + 1L
186186# ' archive. Unexpected behavior may result from modifying the metadata
187187# ' directly.
188188# '
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")` .
191191# ' @param geo_type DEPRECATED Has no effect. Geo value type is inferred from the
192192# ' location column and set to "custom" if not recognized.
193193# ' @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) {
484484# ' `as_epi_archive` converts a data frame, data table, or tibble into an
485485# ' `epi_archive` object.
486486# '
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.
487489# ' @param ... used for specifying column names, as in [`dplyr::rename`]. For
488490# ' example `version = release_date`
489491# ' @param .versions_end location based versions_end, used to avoid prefix
0 commit comments