Jonathan Keane created ARROW-10521:
--------------------------------------

             Summary: [R] Implement [<-.Table add/replace
                 Key: ARROW-10521
                 URL: https://issues.apache.org/jira/browse/ARROW-10521
             Project: Apache Arrow
          Issue Type: Improvement
          Components: R
            Reporter: Jonathan Keane


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.).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to