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.
2 parents 8502161 + 38b265f commit e589d90Copy full SHA for e589d90
1 file changed
R/as.data.frame.r
@@ -10,7 +10,7 @@
10
#'
11
#' # clean up
12
#' delete(cars.df)
13
-as.data.frame.disk.frame <- function(x, row.names, optional, ...) { # needs to retain x for consistency
+as.data.frame.disk.frame <- function(x, row.names = NULL, optional = FALSE, ...) { # needs to retain x for consistency
14
as.data.frame(collect(x), row.names, optional, ...)
15
}
16
0 commit comments