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, ...)
}

Try the felp package in your browser

Any scripts or data that you put into this service are public.

felp documentation built on Sept. 25, 2024, 5:06 p.m.