Skip to content

Commit

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

#' Complete an `epi_df` with additional rows for missing key combinations
#' "Complete" an `epi_df`, adding missing rows and/or replacing `NA`s
#'
#' A `tidyr::complete()` analogue for `epi_df` objects. This function
#' can be used, for example, to add rows for missing combinations
Expand Down
2 changes: 1 addition & 1 deletion 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 c3be3ac

Please sign in to comment.