Skip to content

Mark rowwise() + do() as questioning #3494

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

Closed
hadley opened this issue Apr 10, 2018 · 3 comments · Fixed by #4481
Closed

Mark rowwise() + do() as questioning #3494

hadley opened this issue Apr 10, 2018 · 3 comments · Fixed by #4481
Labels
documentation tidy-dev-day 🤓 Tidyverse Developer Day rstd.io/tidy-dev-day

Comments

@hadley
Copy link
Member

hadley commented Apr 10, 2018

And recommend alternatives

Using same style as rlang documentation

@krlmlr
Copy link
Member

krlmlr commented Apr 10, 2018

What's the alternative to a rowwise mutate/summary that depends on many variables?

tbl %>% rowwise() %>% mutate(x = f(a, b, c, d))

@hadley
Copy link
Member Author

hadley commented Apr 10, 2018

pmap()

@lock
Copy link

lock bot commented Jan 11, 2020

This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/

@lock lock bot locked and limited conversation to collaborators Jan 11, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation tidy-dev-day 🤓 Tidyverse Developer Day rstd.io/tidy-dev-day
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants