A tabular
object as produced by version 0.9.6 of the tables
package by Duncan Murdoch (https://CRAN.R-project.org/package=tables
).
The table was produced with the following code, starting from the
iris2
data frame:
iris2_tab <- tables::tabular(
Species*Heading()*value*Format(digits=2)*(mean + sd) ~
Heading("Flower part")*flower_part*Heading()*direction,
data=iris2)