R/tabularise_glance.R
tabularise_glance.Rd
The "glance" type of tabularise()
usually presents a very short (mostly
single row) summary of an object in a rich-formatted table. The table
presents usually the same or very similar information to what would be
obtained with the generics::glance()
generic function on the same object.
The nicely formatted table obtained here is (almost) publication-ready (good
for informal reports, notebooks, etc).
tabularise_glance(data, ..., kind = "ft", env = env)
# Default S3 method
tabularise_glance(data, ..., kind = "ft", env = env)
A flextable object you can print in different form or rearrange with the {flextable} functions from set Stb$verb().
#' No useful method for this type is defined in the {tabularise} package, but additional packages might define some.