-
Type:
Improvement
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: R
-
Labels:None
In https://github.com/apache/arrow/pull/8579 adding/replacing/removing whole columns was implemented using the syntax table[[column]] <- value. Another common way to do this is table[, column] <- value, though there are more decisions that are under that rock (what to do about row manipulation (e.g. table[row, ] <- value), etc.).