powered by
"filter_"(.data, ..., .dots) "summarise_"(.data, ..., .dots) mutate.grouped_ffdf(.data, ..., inplace = FALSE) "arrange_"(.data, ..., .dots) "slice_"(.data, ..., .dots)
.data
FALSE
species <- iris %>% tbl_ffdf %>% group_by(Species) filter(species, Petal.Width == max(Petal.Width)) summarise(species, Petal.Width=mean(Petal.Width))
Run the code above in your browser using DataLab