R/backports.R

Defines functions deparse1

# Source: https://github.com/r-lib/backports/blob/main/R/deparse1.R
# can be removed when R 4.0.0 is used
deparse1 <- function(expr, collapse = " ", width.cutoff = 500L, ...) {
  paste(deparse(expr, width.cutoff, ...), collapse = collapse)
}

Try the stream package in your browser

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

stream documentation built on April 4, 2025, 1:02 a.m.