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 4443f3c commit 9710d43Copy full SHA for 9710d43
R/as.data.table.R
@@ -171,7 +171,6 @@ as.data.table.list = function(x,
171
xi = x[[i]] = c(xi)
172
} else {
173
xi = x[[i]] = as.data.table(xi, keep.rownames=FALSE) # we will never allow a matrix to be a column; always unpack the columns
174
- xi = x[[i]] = as.data.table(xi, keep.rownames=FALSE) # we will never allow a matrix to be a column; always unpack the columns
175
}
176
177
# else avoid dispatching to as.data.table.data.table (which exists and copies)
0 commit comments