@@ -504,7 +504,8 @@ epi_archive <-
504
504
},
505
505
# ####
506
506
# ' @description Generates a snapshot in `epi_df` format as of a given version.
507
- # ' See the documentation for the wrapper function [`epix_as_of()`] for details.
507
+ # ' See the documentation for the wrapper function [`epix_as_of()`] for
508
+ # ' details. The parameter descriptions below are copied from there
508
509
# ' @param x An `epi_archive` object
509
510
# ' @param max_version Version specifying the max version to permit in the
510
511
# ' snapshot. That is, the snapshot will comprise the unique rows of the
@@ -728,7 +729,7 @@ epi_archive <-
728
729
},
729
730
# ' @description Slides a given function over variables in an `epi_archive`
730
731
# ' object. See the documentation for the wrapper function [`epix_slide()`] for
731
- # ' details.
732
+ # ' details. The parameter descriptions below are copied from there
732
733
# ' @importFrom data.table key
733
734
# ' @importFrom rlang !! !!! enquo quo_is_missing enquos is_quosure sym syms
734
735
# ' @param f Function, formula, or missing; together with `...` specifies the
@@ -828,7 +829,7 @@ epi_archive <-
828
829
# ' Converts a data frame, data table, or tibble into an `epi_archive`
829
830
# ' object. See the [archive
830
831
# ' vignette](https://cmu-delphi.github.io/epiprocess/articles/archive.html) for
831
- # ' examples.
832
+ # ' examples. The parameter descriptions below are copied from there
832
833
# '
833
834
# ' @param x A data frame, data table, or tibble, with columns `geo_value`,
834
835
# ' `time_value`, `version`, and then any additional number of columns.
0 commit comments