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

Rename pipe section header to make it easier to link to in URLs #948

Merged
merged 1 commit into from
Sep 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions r_basics_transform_data/r_basics_transform_data.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
module_id: r_basics_transform_data
author: Joy Payton
email: [email protected]
version: 1.4.1
version: 1.4.2
current_version_description: Improved boolean logic, pipe, and filter materials
module_type: standard
docs_version: 3.1.2
Expand Down Expand Up @@ -526,9 +526,7 @@ And for comparison, let's add parentheses around the OR clause to accurately cap
# col_rec_tat <dbl>, rec_ver_tat <dbl>
```



## The "Pipe" Operator (`%>%` or `|>`)
## The Pipe Operator

One of the most powerful concepts in the `tidyverse` suite of packages is the pipe operator, which is written in two possible ways:

Expand Down