IntegralEnvision / integral

Package for Integral functions
https://integralenvision.github.io/integral/
Other
0 stars 0 forks source link

xview (2) - enhance automated conditional formatting #20

Open jzadra opened 2 years ago

jzadra commented 2 years ago

xview() currently works and includes a filter for the header row.

xview2() is a temporary name for a development enhancement to xview(). It will include automatic conditional formatting. Currently it works for numeric. Would like to add:

  1. Handling of ordered factors with less than n levels on a gradient scale
  2. Handling of factors as well as character columns with less than n levels on a distinct color scale
  3. Handling of binary columns

2 and 3 require custom style assignment based on cell value, as there is no built-in conditional formatting type for these.

Potential other features (feel free to suggest more):