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

?chain for help does not work #506

Open
nighrv opened this issue Jun 29, 2022 · 0 comments
Open

?chain for help does not work #506

nighrv opened this issue Jun 29, 2022 · 0 comments

Comments

@nighrv
Copy link

nighrv commented Jun 29, 2022

About line 205 in learn.yaml, the instructions say this:
Output: "In this script, we've used a special chaining operator, %>%, which was originally introduced in the magrittr R package and has now become a key component of dplyr. You can pull up the related documentation with ?chain. The benefit of %>% is that it allows us to chain the function calls in a linear fashion. The code to the right of %>% operates on the result from the code to the left of %>%.\n\nOnce again, just try to understand the code, then type submit() to continue."

The help is actually found with ?magrittr .

If you want to find out more about the "chain" operator, click on the ** %>% ** operator which is described as "pipe".

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