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 b1de906 commit 17429f1Copy full SHA for 17429f1
R/as.data.table.R
@@ -194,7 +194,6 @@ as.data.table.list = function(x,
194
}
195
196
if (any(vnames==".SD")) stopf("A column may not be called .SD. That has special meaning.")
197
- browser()
198
if (check.names) vnames = make.names(vnames, unique=TRUE)
199
setattr(ans, "names", vnames)
200
setDT(ans, key=key) # copy ensured above; also, setDT handles naming
0 commit comments