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 Oct. 9, 2022, 5:05 p.m.