The "tidy" type of tabularise()
presents a tidy version of an object, as
it could be obtained by generics::tidy()
whose goal is to turn information
contained in an object into a rectangular table. Here, the table is nicely
formatted as an (almost) publication-ready form (good for informal reports,
notebooks, etc).
tabularise_tidy(data, ..., kind = "ft", env = env)
# Default S3 method
tabularise_tidy(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.