R/vctrs_list_of_pkg_ref.R

Defines functions pillar_shaft.list_of_pkg_ref

#' @importFrom pillar pillar_shaft new_pillar_shaft_simple
#' @method pillar_shaft list_of_pkg_ref
#' @export
pillar_shaft.list_of_pkg_ref <- function(x, ...) {
  out <- vapply(x, format, character(1L))
  pillar::new_pillar_shaft_simple(out, align = "left")
}

Try the riskmetric package in your browser

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

riskmetric documentation built on Sept. 1, 2023, 1:06 a.m.