Skip to content

Commit 5ad1ba9

Browse files
committed
bullet points on .full in *_gaps()
1 parent f734cec commit 5ad1ba9

File tree

5 files changed

+29
-20
lines changed

5 files changed

+29
-20
lines changed

R/gaps.R

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ globalVariables(c(".", ".gaps"))
1010
#' existing `NA` untouched.
1111
#' * empty: filled with default `NA`.
1212
#' * filled by values or functions.
13-
#' @param .full `FALSE` inserts `NA` for each keyed unit within its own period. `TRUE`
14-
#' fills `NA` over the entire time span of the data (a.k.a. fully balanced panel).
15-
#' Other options are `start()` and `end()`, suggesting to pad `NA` for the same
16-
#' `min(<index>)` or `max(<index>)` alignment time across the units.
13+
#' @param .full
14+
#' * `FALSE` inserts `NA` for each keyed unit within its own period.
15+
#' * `TRUE` fills `NA` over the entire time span of the data (a.k.a. fully balanced panel).
16+
#' * `start()` pad `NA` to the same starting point (i.e. `min(<index>)`) across units.
17+
#' * `end()` pad `NA` to the same ending point (i.e. `max(<index>)`) across units.
1718
#'
1819
#' @family implicit gaps handling
1920
#' @seealso [tidyr::fill], [tidyr::replace_na] for handling missing values `NA`.

man/count_gaps.Rd

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/fill_gaps.Rd

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/has_gaps.Rd

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/scan_gaps.Rd

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)