Skip to content

Commit 2ef8914

Browse files
authored
Merge pull request #559 from cmu-delphi/lcb/fix-complete-doc-quoting
docs(complete.epi_df): fix backticks, tweak 1-line summary
2 parents 56099d0 + c3be3ac commit 2ef8914

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`, adding missing rows and/or replacing `NA`s
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)