Closed moodymudskipper closed 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
Renaming will break our reactive columns, luckily
dplyr::rename
,names<-
anddimnames<-
(used by setNames) are generic, so I think we can work something out.