[R-Forge #5607] can not add new columns when the data.table is loaded from saved environment. · Issue #479 · 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: Chong Wang; Assigned to: Nobody; R-Forge link
when the data.table
DT
is saved to an environment and then reloaded, adding new columns doesn't have effect on the data.table. (see data.tableB
)Now, looking at the data.tables
A
,B
andC
:In principal,
B
should have the same content asC
.Thanks!
The text was updated successfully, but these errors were encountered: