Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/r/78.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
将dplyr::group_by应用于ffdf类时出错_R_Dplyr_Ffbase - Fatal编程技术网

将dplyr::group_by应用于ffdf类时出错

将dplyr::group_by应用于ffdf类时出错,r,dplyr,ffbase,R,Dplyr,Ffbase,有人能帮我做以下事情吗 library(ffbase2) library(dplyr) ds <- tbl_ffdf(mtcars) g <- group_by(ds, cyl) 但是,在包的github上,我看到了使用dplyr::group_by的测试 我的dplyr版本是1.0.6Ok,问题在于dplyr版本。在我使用dplyr 0.8.5的旧设置上,它运行良好。但问题仍然存在,因为我不能降低dplyr的评级 Error in UseMethod("group_b

有人能帮我做以下事情吗

library(ffbase2)
library(dplyr)
ds <- tbl_ffdf(mtcars)
g <- group_by(ds, cyl)
但是,在包的github上,我看到了使用dplyr::group_by的测试


我的dplyr版本是1.0.6

Ok,问题在于dplyr版本。在我使用dplyr 0.8.5的旧设置上,它运行良好。但问题仍然存在,因为我不能降低dplyr的评级
Error in UseMethod("group_by") : 
  no applicable method for 'group_by' applied to an object of class "c('tbl_ffdf', 'tbl', 'ffdf')"