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)
}

Try the tidycells package in your browser

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

tidycells documentation built on March 26, 2020, 7:35 p.m.