Skip to content

Commit

Permalink
fix force to call print.function from base package as print.function …
Browse files Browse the repository at this point in the history
…is defined internally.
  • Loading branch information
atusy committed Nov 17, 2018
1 parent 0374da1 commit 44fcba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/question.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#' @export
`?.function` <- function() {
f <- deparse(substitute(e1))
print.function(e1)
base::print.function(e1)
help(f)
}
#' @rdname question
Expand Down

0 comments on commit 44fcba1

Please sign in to comment.