Skip to content

Commit d54dd87

Browse files
committed
document remaining arg
1 parent e499737 commit d54dd87

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

R/methods-epi_df.R

+2-1
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ dplyr_row_slice.epi_df <- function(data, i, ...) {
204204
}
205205

206206
#' @method group_by epi_df
207+
#' @param .data an `epi_df`
207208
#' @rdname print.epi_df
208209
#' @export
209210
group_by.epi_df <- function(.data, ...) {
@@ -233,7 +234,7 @@ group_modify.epi_df <- function(.data, .f, ..., .keep = FALSE) {
233234

234235
#' @method unnest epi_df
235236
#' @rdname print.epi_df
236-
#' @param .data an `epi_df`
237+
#' @param data an `epi_df`
237238
#' @export
238239
unnest.epi_df <- function(data, ...) {
239240
dplyr::dplyr_reconstruct(NextMethod(), data)

man/print.epi_df.Rd

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

0 commit comments

Comments
 (0)