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 2dfd231 commit 2ded81aCopy full SHA for 2ded81a
R/data.table.R
@@ -1405,7 +1405,6 @@ replace_dot_alias = function(e) {
1405
if (!is.null(lhs)) {
1406
# We only need to check if we are creating new columns.
1407
newnames = setdiff(lhs, names(x))
1408
-
1409
if (length(newnames) > 0) {
1410
if (is.function(jval)) {
1411
stopf("RHS of `:=` is a function. To create a new column of functions, it must be a list column (e.g., wrap in `list()`).")
0 commit comments