R/str.R

Defines functions str.function

#' str for function
#'
#' @noRd
#'
#' @importFrom utils str
str.function <- function(object, ...) {
  get("print.function", envir = asNamespace("prettycode"))(object, ...)
}
atusy/felp documentation built on Aug. 12, 2024, 6:44 p.m.