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

Switch from magrittr pipe to base pipe and drop magrittr as a dependency #56

Open
jbengler opened this issue Jan 20, 2025 · 0 comments
Open

Comments

@jbengler
Copy link
Owner

Discussed in #55

Originally posted by mine-cetinkaya-rundel January 20, 2025
Since the Get Started page starts with a reference to R for Data Science (which features the base pipe operator), I thought it might make sense for the package documentation to use the base pipe (|>) instead of the magrittr pipe (%>%). Is there a specific reason for using %>%? I tried a few of the code examples and it looks like |> could be a drop-in replacement for %>%.

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

No branches or pull requests

1 participant