jhorzek / tabelle

Create satisficing Excel tables in R.
https://jhorzek.github.io/tabelle/
GNU General Public License v3.0
1 stars 0 forks source link

Table Design #1

Closed jhorzek closed 1 week ago

jhorzek commented 1 week ago

BasicTables does not do any transformation of the data. The data always is written to the file as is. All basicTables does is adding row and column names. For the row names, basicTables expects that all row names are already in the data set. It can then add banners to the existing row names. Multiple tables can be combined if their columns names are identical.

jhorzek commented 1 week ago

Instead of adding banners for row names, just treat the left hand side identical to the right hand side and define headers. Additionally merge all rows of the rownames variables that are identical to allow creating banners for rownames.