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 3a718c0 commit 23214d1Copy full SHA for 23214d1
R/fwrite.R
@@ -41,7 +41,7 @@ fwrite = function(x, file="", append=FALSE, quote="auto",
41
}
42
43
# Handle select argument using .shallow()
44
- if (!null(select)) {
+ if (!is.null(select)) {
45
cols = colnamesInt(x, select)
46
if (is.data.table(x)) {
47
x = .shallow(x, cols)
0 commit comments