Skip to content

Commit 63bdc1d

Browse files
committed
docs(complete.epi_df): fix backticks, tweak 1-line summary
1 parent 56099d0 commit 63bdc1d

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

R/methods-epi_df.R

+2-2
Original file line numberDiff line numberDiff line change
@@ -256,9 +256,9 @@ group_modify.epi_df <- function(.data, .f, ..., .keep = FALSE) {
256256
dplyr::dplyr_reconstruct(NextMethod(), .data)
257257
}
258258

259-
#' Complete epi_df
259+
#' Complete an `epi_df` with additional rows for missing key combinations
260260
#'
261-
#' A `tidyr::complete()` analogue for `epi_df`` objects. This function
261+
#' A `tidyr::complete()` analogue for `epi_df` objects. This function
262262
#' can be used, for example, to add rows for missing combinations
263263
#' of `geo_value` and `time_value`, filling other columns with `NA`s.
264264
#' See the examples for usage details.

man/complete.epi_df.Rd

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

0 commit comments

Comments
 (0)