0

谁能帮我解决以下问题

library(ffbase2)
library(dplyr)
ds <- tbl_ffdf(mtcars)
g <- group_by(ds, cyl)

抛出错误:

Error in UseMethod("group_by") : 
  no applicable method for 'group_by' applied to an object of class "c('tbl_ffdf', 'tbl', 'ffdf')"

但是,在包的 github 上,我看到了 dplyr::group_by https://github.com/edwindj/ffbase2/blob/master/R/grouped-ffdf.r的测试

我的 dplyr 版本是 1.0.6

4

0 回答 0