Skip to content

Commit

Permalink
issue #480 add invisible(x) to print.teal_slice (My first commit; w…
Browse files Browse the repository at this point in the history
…ant to be sure everything is OK)
  • Loading branch information
jimrothstein committed Jan 16, 2025
1 parent 7f162fc commit c283691
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/teal_slice.R
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ format.teal_slice <- function(x, show_all = FALSE, trim_lines = TRUE, ...) {
#'
print.teal_slice <- function(x, ...) {
cat(format(x, ...))
invisible(x)
}


Expand Down

0 comments on commit c283691

Please sign in to comment.