R/print.R

Defines functions format_items

format_items <- function(x) {
  paste0(
    cli::ansi_collapse(backtick(x), sep = ", ", last = " and ")
  )
}

Try the pkgdepends package in your browser

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

pkgdepends documentation built on May 29, 2024, 1:56 a.m.