Skip to content

Commit

Permalink
docs(complete.epi_df): fix backticks, tweak 1-line summary
Browse files Browse the repository at this point in the history
  • Loading branch information
brookslogan committed Oct 24, 2024
1 parent 56099d0 commit 63bdc1d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/methods-epi_df.R
Original file line number Diff line number Diff line change
Expand Up @@ -256,9 +256,9 @@ group_modify.epi_df <- function(.data, .f, ..., .keep = FALSE) {
dplyr::dplyr_reconstruct(NextMethod(), .data)
}

#' Complete epi_df
#' Complete an `epi_df` with additional rows for missing key combinations
#'
#' A `tidyr::complete()` analogue for `epi_df`` objects. This function
#' A `tidyr::complete()` analogue for `epi_df` objects. This function
#' can be used, for example, to add rows for missing combinations
#' of `geo_value` and `time_value`, filling other columns with `NA`s.
#' See the examples for usage details.
Expand Down
6 changes: 4 additions & 2 deletions man/complete.epi_df.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 63bdc1d

Please sign in to comment.