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