jonkeane opened a new pull request #8579: URL: https://github.com/apache/arrow/pull/8579
This allows for R users to use either `[[` or `$` syntax for removing, adding, or replacing table columns. If one supplies an index larger than the number of columns (e.g. `mtcars[[12]] <- vector`), the column is added to the end, the index is cast to a string (here: `"12"`) for the name. This might be better as an error instead of a silent cast for the name. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
