Skip to content

Commit 0c9007e

Browse files
committedMar 17, 2025
docs: remove duplicate word, mention time_type epi_df attr
1 parent 7a421f6 commit 0c9007e

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed
 

‎R/epi_df.R

+5-3
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,20 @@
66
#' which can be seen as measured variables at each key. In brief, an `epi_df`
77
#' represents a snapshot of an epidemiological data set at a point in time.
88
#'
9-
#' @details An `epi_df` is a tibble with (at least) the following columns:
9+
#' @details An `epi_df` is a kind of tibble with (at least) the following
10+
#' columns:
1011
#'
1112
#' - `geo_value`: A character vector representing the geographical unit of
1213
#' observation. This could be a country code, a state name, a county code,
1314
#' etc.
1415
#' - `time_value`: A date or integer vector representing the time of observation.
1516
#'
1617
#' Other columns can be considered as measured variables, which we also refer to
17-
#' as signal variables. An `epi_df` object also has metadata with (at least)
18-
#' the following fields:
18+
#' as indicators or signals. An `epi_df` object also has metadata with (at
19+
#' least) the following fields:
1920
#'
2021
#' * `geo_type`: the type for the geo values.
22+
#' * `time_type`: the type for the time values.
2123
#' * `as_of`: the time value at which the given data were available.
2224
#'
2325
#' Most users should use `as_epi_df`. The input tibble `x` to the constructor

‎R/slide.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
#'
4141
#' You can specify the computation in one of the following ways:
4242
#'
43-
#' - Don't provide `.f`, and instead use use one or more
43+
#' - Don't provide `.f`, and instead use one or more
4444
#' [`dplyr::summarize`]-esque ["data-masking"][rlang::args_data_masking]
4545
#' expressions in `...`, e.g., `cfr_estimate_v0 =
4646
#' death_rate_7d_av[[22]]/case_rate_7d_av[[1]]`. This way is sometimes more

‎man/epi_df.Rd

+5-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎man/epi_slide.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)