Skip to content

Commit 5f8fec3

Browse files
committed
docs: note source
1 parent 6ad35d5 commit 5f8fec3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

R/archive.R

+4-3
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,8 @@ epi_archive <-
504504
},
505505
#####
506506
#' @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
508509
#' @param x An `epi_archive` object
509510
#' @param max_version Version specifying the max version to permit in the
510511
#' snapshot. That is, the snapshot will comprise the unique rows of the
@@ -728,7 +729,7 @@ epi_archive <-
728729
},
729730
#' @description Slides a given function over variables in an `epi_archive`
730731
#' object. See the documentation for the wrapper function [`epix_slide()`] for
731-
#' details.
732+
#' details. The parameter descriptions below are copied from there
732733
#' @importFrom data.table key
733734
#' @importFrom rlang !! !!! enquo quo_is_missing enquos is_quosure sym syms
734735
#' @param f Function, formula, or missing; together with `...` specifies the
@@ -828,7 +829,7 @@ epi_archive <-
828829
#' Converts a data frame, data table, or tibble into an `epi_archive`
829830
#' object. See the [archive
830831
#' vignette](https://cmu-delphi.github.io/epiprocess/articles/archive.html) for
831-
#' examples.
832+
#' examples. The parameter descriptions below are copied from there
832833
#'
833834
#' @param x A data frame, data table, or tibble, with columns `geo_value`,
834835
#' `time_value`, `version`, and then any additional number of columns.

0 commit comments

Comments
 (0)