Skip to content

Commit c502cee

Browse files
further shrink diff
1 parent 1088fc0 commit c502cee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

R/as.data.table.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,7 @@ as.data.table.list = function(x,
130130
n = length(x)
131131
eachnrow = integer(n) # vector of lengths of each column. may not be equal if silent repetition is required.
132132
eachncol = integer(n)
133-
missing.check.names = missing(check.names) || is.null(check.names) # is.null for #3193
134-
if (missing.check.names) check.names = FALSE
133+
missing.check.names = missing(check.names)
135134
origListNames = if (missing(.named)) names(x) else NULL # as.data.table called directly, not from inside data.table() which provides .named, #3854
136135
empty_atomic = FALSE
137136
for (i in seq_len(n)) {

0 commit comments

Comments
 (0)