Skip to content

Commit

Permalink
update print.edbl_fct method
Browse files Browse the repository at this point in the history
  • Loading branch information
emitanaka committed Oct 15, 2023
1 parent 319bf3b commit 1b2130c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -348,10 +348,8 @@ rescale_values <- function(x, lower = NA, upper = NA) {

#' @export
print.edbl_fct <- function(x, ...) {
xold <- x
attributes(x) <- NULL
print(x)
invisible(xold)
vctrs::obj_print(x)
invisible(x)
}

#' @export
Expand Down

0 comments on commit 1b2130c

Please sign in to comment.