[R-Forge #5688] Column subset on DTs with duplicate names by index still returns first dup column · Issue #22 · Rdatatable/data.table · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Submitted by: Arun ; Assigned to: Arun ; R-Forge link
Best with an example:
It's clear that the columns to choose are 1st and 2nd. Still, it gives back just the first column:
data.frame does this very nicely, although it renames the columns (which we don't have to do).
The text was updated successfully, but these errors were encountered: