-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
I am trying to rbind two ffdfs objects and I follow the example from CRAN documentation. However, I always get this error:
Error in if (by < 1) stop("'by' must be > 0") :
missing value where TRUE/FALSE needed
In addition: Warning message:
In chunk.default(from = 1L, to = 150L, by = c(logical = 46116860184273880), :
NAs introduced by coercion to integer range
I have also tried using ffbase2 and creating tbl.ffdf objects and then joining both dataframes by dplyr but the same error occurs.
Any advise will be appreciated.
x <- ffdfrbind.fill( as.ffdf(iris),
as.ffdf(iris[, c("Sepal.Length", "Sepal.Width"
, "Petal.Length")])
Metadata
Metadata
Assignees
Labels
No labels