Skip to content

Commit

Permalink
Add ellipsis
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Oct 25, 2021
1 parent d666dba commit ec708fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/tbl_sum.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
pillar::tbl_sum

#' @export
tbl_sum.tbl_df <- function(x) {
tbl_sum.tbl_df <- function(x, ...) {
c("A tibble" = dim_desc(x))
}

Expand Down

0 comments on commit ec708fa

Please sign in to comment.