We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0dce34 commit e757125Copy full SHA for e757125
R/data.table.R
@@ -1178,7 +1178,7 @@ replace_dot_alias = function(e) {
1178
return(invisible(x))
1179
}
1180
} else {
1181
- # Adding new column(s). Allocation for columns and recalculation of target cols moved after the jval = eval(jsub)
+ # Adding new column(s). Allocation for columns and recalculation of target cols moved after the jval = eval(jsub)
1182
# in case of error or by-reference modifications to the DT
1183
newnames=setdiff(lhs, names_x)
1184
m[is.na(m)] = ncol(x)+seq_len(length(newnames))
0 commit comments