Skip to content

Commit 1a852eb

Browse files
author
Alan O'Callaghan
committed
Add summary function
1 parent 0eae128 commit 1a852eb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

R/upset.R

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,3 +311,8 @@ print.upset <- function(x, newpage = TRUE) {
311311
set_metadata_plots = x$set.metadata.plots,
312312
newpage = newpage)
313313
}
314+
315+
#' @export
316+
summary.upset <- function(x) {
317+
cat("An object of class `upset`. Call print() to show.")
318+
}

0 commit comments

Comments
 (0)