We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
reframe()
This is a successor to #102 of sorts.
library(dplyr) library(multidplyr) # install.packages("broom") cluster <- new_cluster(2) iris %>% group_by(Species) %>% partition(cluster) %>% reframe(broom::tidy(lm(Petal.Length ~ Sepal.Length)))
%>% partition(cluster)
Error in UseMethod("reframe") : no applicable method for 'reframe' applied to an object of class "multidplyr_party_df"
The text was updated successfully, but these errors were encountered:
Thanks for the suggestion! Will definitely consider it when I'm next working on multidplyr.
Sorry, something went wrong.
No branches or pull requests
This is a successor to #102 of sorts.
%>% partition(cluster)
part (modulo performance).The text was updated successfully, but these errors were encountered: