R/style_grid_dataframe.R

#' tinytable S4 method
#' 
#' @keywords internal
setMethod(f = "style_eval",
          signature = "tinytable_dataframe",
          definition = style_grid_internal
)


#' tinytable S4 method
#' 
#' @keywords internal
setMethod(f = "group_eval",
          signature = "tinytable_dataframe",
          definition = identity
)


#' tinytable S4 method
#' 
#' @keywords internal
setMethod(f = "finalize",
          signature = "tinytable_dataframe",
          definition = identity
)

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.