Skip to content
New issue

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

Suppport rowwise #140

Open
latot opened this issue Oct 3, 2022 · 2 comments
Open

Suppport rowwise #140

latot opened this issue Oct 3, 2022 · 2 comments
Labels
feature a feature request or enhancement

Comments

@latot
Copy link

latot commented Oct 3, 2022

Hi, I think would be great support rowwise operation from dplyr.

Thx!

@hadley hadley added the feature a feature request or enhancement label Oct 31, 2023
@hadley
Copy link
Member

hadley commented Oct 31, 2023

Thanks for the suggestion! Will definitely consider it when I'm next working on multidplyr.

@steveharoz
Copy link

steveharoz commented Apr 4, 2024

A simple workaround for anyone who needs rowwise():

my_multi_df |>
  # instead of rowwise(), make these two calls:
  mutate(row = 1:n()) |>
  group_by(row)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature a feature request or enhancement
Projects
None yet
Development

No branches or pull requests

3 participants