We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d666dba commit ec708faCopy full SHA for ec708fa
R/tbl_sum.R
@@ -3,7 +3,7 @@
3
pillar::tbl_sum
4
5
#' @export
6
-tbl_sum.tbl_df <- function(x) {
+tbl_sum.tbl_df <- function(x, ...) {
7
c("A tibble" = dim_desc(x))
8
}
9
0 commit comments