Skip to content

Commit

Permalink
Update R/teal_data-show.R
Browse files Browse the repository at this point in the history
Co-authored-by: André Veríssimo <[email protected]>
Signed-off-by: Marcin <[email protected]>
  • Loading branch information
m7pr and averissimo authored Nov 20, 2023
1 parent 0a0661f commit 93a2109
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/teal_data-show.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
#' @export
setMethod("show", "teal_data", function(object) {
if (object@verified) {
cat("✅︎", "verified teal_data object\n")
cat("\u2705\ufe0e", "verified teal_data object\n")
} else {
cat("✖️︎", "unverified teal_data object\n")
cat("\u2716", "unverified teal_data object\n")
}
rlang::env_print(object@env)
})

0 comments on commit 93a2109

Please sign in to comment.