Skip to content

Commit 7f7a061

Browse files
Merge branch 'issue#4177' of https://github.com/Rdatatable/data.table into issue#4177
2 parents 2744a89 + 66d3744 commit 7f7a061

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

R/fwrite.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ fwrite = function(x, file="", append=FALSE, quote="auto",
4949
x = x[select]
5050
}
5151
}
52+
5253
stopifnot(
5354
is.list(x),
5455
identical(quote,"auto") || isTRUEorFALSE(quote),

0 commit comments

Comments
 (0)