Some functions such as effect_counts_one_grouped() generate vertical tables using enframe. Remove enframing, instead add an attribute table=vertical or similar and enframe the table in print and knit functions.
Advantage: This would keep the raw (unrounded) values, ready for further processing.
Disadvantage: When saving outputs as xlsx or csv for further processing, they need to be transposed outside the package.
Some functions such as
effect_counts_one_grouped()generate vertical tables using enframe. Remove enframing, instead add an attribute table=vertical or similar and enframe the table in print and knit functions.Advantage: This would keep the raw (unrounded) values, ready for further processing.
Disadvantage: When saving outputs as xlsx or csv for further processing, they need to be transposed outside the package.