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 7c8d2f7 commit 088f876Copy full SHA for 088f876
R/data.table.R
@@ -2028,10 +2028,6 @@ replace_dot_alias = function(e) {
2028
if (!key_length)
2029
return(NULL)
2030
2031
- ## check key on i as well!
2032
- if (is.logical(i))
2033
- return(head(x_key, key_length))
2034
-
2035
# i has the correct key, #3061
2036
if (identical(head(key(i), length(leftcols)), names_i[leftcols]))
2037
return(head(x_key, key_length))
0 commit comments