Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd a warning when an indexed DFI column is modified ? #5
Comments
|
Overriding all the replacement operators for data.frame and matrix is tricky and it will make replacements operations for non-indexed columns slower... Changing this issue label into BUG |
|
Fixed in v0.0.47 ea9932c |
Should we add a warning when an indexed DFI column is modified ?
This means overriding all the data.frame and matrix replacement operators...
[<-.data.frame$<-.data.frame[[<-.data.frameand the one used by matrix objects