R/s3_methods.r

#' @export
format.interprocess <- function (x, ...) x$name

#' @export
as.character.interprocess <- function (x, ...) x$name

#' @export
print.interprocess <- function (x, ...)
  cat(file = stdout(), '<', class(x)[[1]], '> "', x$name, '"\n', sep = '')

Try the interprocess package in your browser

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

interprocess documentation built on June 8, 2025, 11 a.m.