spgarbet / tangram

Table Grammar package for R
66 stars 3 forks source link

Make transforms style aware, Refactor Cell helpers. #39

Closed spgarbet closed 6 years ago

spgarbet commented 6 years ago

The time has come to make the transforms themselves style aware to simplify the abstract representation. Previously the library contained all information and the renderer made the style decisions for in cell formatting. This has led to some complexity in interfacing with the many different R table packages. The goal of this ticket is to refactor to make all tables in memory contain only Rmarkdown and necessary extensions. Decisions on style can be made now in the various cell_* helper routines, and also overridden.