Skip to content

Commit 8e2a2b3

Browse files
authored
Update R/as.data.table.R
1 parent 1863bc9 commit 8e2a2b3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

R/as.data.table.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,6 @@ as.data.table.data.frame = function(x, keep.rownames=FALSE, key=NULL, ...) {
246246
}
247247

248248
as.data.table.data.table = function(x, keep.rownames, key=NULL, ...) {
249-
250249
# as.data.table always returns a copy, automatically takes care of #473
251250
if (any(cols_with_dims(x))) { # for test 2089.2
252251
return(as.data.table.list(x, key = key, ...))

0 commit comments

Comments
 (0)