Skip to content

Commit 436f581

Browse files
author
admin
committed
Updated to include links to as_epi_archive()
1 parent 28934c1 commit 436f581

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

R/archive.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#' The data table `DT` has key variables `geo_value`, `time_value`, `version`,
2929
#' as well as any others (these can be specified when instantiating the
3030
#' `epi_archive` object via the `other_keys` argument, and/or set by operating
31-
#' on `DT` directly). Refer to the documentation for `as_epi_archive()` for
31+
#' on `DT` directly). Refer to the documentation for [as_epi_archive()] for
3232
#' information and examples of relevant parameter names for an `epi_archive` object.
3333
#' Note that there can only be a single row per unique combination of
3434
#' key variables, and thus the key variables are critical for figuring out how
@@ -121,7 +121,7 @@ epi_archive =
121121
#' @importFrom data.table as.data.table key setkeyv
122122
#'
123123
#' @details
124-
#' Refer to the documentation for `as_epi_archive()` for more information
124+
#' Refer to the documentation for [as_epi_archive()] for more information
125125
#' and examples of parameter names.
126126
initialize = function(x, geo_type, time_type, other_keys,
127127
additional_metadata) {

man/epi_archive.Rd

Lines changed: 2 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)