R/generics-read_cell_part.R

Defines functions print.read_cell_part

#' @export
print.read_cell_part <- function(x, ...) {
  msg <- cli_bb("A partial read_cell")
  msg <- paste0(
    msg,
    "\n",
    cli_b("At stage "), x$stage
  )
  cat(msg)
}
r-rudra/tidycells documentation built on July 19, 2022, 5:10 a.m.