R/finalize_tabularray.R

setMethod(
  f = "finalize",
  signature = "tinytable_tabularray",
  definition = function(x, ...) {
    for (fn in x@lazy_finalize) {
      x <- fn(x)
    }
    return(x)
  }
)

Try the tinytable package in your browser

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

tinytable documentation built on Oct. 5, 2024, 5:06 p.m.