Skip to content

Commit

Permalink
less noisy fun()
Browse files Browse the repository at this point in the history
  • Loading branch information
romainfrancois committed Feb 3, 2024
1 parent 569b418 commit 2153a90
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion R/peek.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ fun <- function(what) {
call[[1L]] <- quote(trace)
call$where <- topenv(parent.frame())
call$tracer <- informant
eval.parent(call)
suppressMessages(eval.parent(call))

invisible()
}

#' Peek all functions from a package
Expand Down

0 comments on commit 2153a90

Please sign in to comment.