moodymudskipper / reactibble

Use Dynamic Columns in Data Frames
40 stars 1 forks source link

renaming #2

Closed moodymudskipper closed 3 years ago

moodymudskipper commented 3 years ago

Renaming will break our reactive columns, luckily dplyr::rename, names<- and dimnames<- (used by setNames) are generic, so I think we can work something out.

moodymudskipper commented 3 years ago

luckily, all options mentionned here fall back on names<- so it was the only method that needed work.

When a column is renamed the formulas are edited to use the new names.

closed with 886633687b7b8331a384fb8272e431995bf2aef1