Skip to content

Commit

Permalink
# 480 add invisible(x) to teal_slices
Browse files Browse the repository at this point in the history
  • Loading branch information
jimrothstein committed Jan 16, 2025
1 parent c283691 commit db7c6d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/teal_slices.R
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ format.teal_slices <- function(x, show_all = FALSE, trim_lines = TRUE, ...) {
#'
print.teal_slices <- function(x, ...) {
cat(format(x, ...), "\n")
invisible(x)
}


Expand Down

0 comments on commit db7c6d6

Please sign in to comment.