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 7f5a437 commit 41c49c1Copy full SHA for 41c49c1
R/data.table.R
@@ -686,7 +686,7 @@ replace_dot_alias = function(e) {
686
if (is.null(jsub)) return(NULL)
687
688
if (!with) {
689
- if (jsub %iscall% ":=") stopf("`:=` is only supported under with=TRUE.")
+ if (jsub %iscall% ":=") stopf("`:=` is only supported under with=TRUE, see ?`:=`.")
690
# missingby was already checked above before dealing with i
691
if (jsub %iscall% c("!", "-") && length(jsub)==2L) { # length 2 to only match unary, #2109
692
notj = TRUE
0 commit comments