Skip to content

Commit 26181f7

Browse files
fixed pipe index entries
1 parent d53ce38 commit 26181f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wrangling.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -999,7 +999,7 @@ home. However, in Montréal, this does not seem to be the case!
999999
In R, we often have to call multiple functions in a sequence to process a data
10001000
frame. The basic ways of doing this can become quickly unreadable if there are
10011001
many steps. For example, suppose we need to perform three operations on a data
1002-
frame called `data`: \index{pipe}\index{pipesymb@\texttt{|>}|see{pipe}}
1002+
frame called `data`: \index{pipe}\index{aaapipesymb@\vert{}>|see{pipe}}
10031003

10041004
1) add a new column `new_col` that is double another `old_col`
10051005
2) filter for rows where another column, `other_col`, is more than 5, and
@@ -1071,7 +1071,7 @@ output <- data |>
10711071
> books and other resources.
10721072
> In most cases these two pipes are interchangeable and either can be used.
10731073
1074-
\index{pipe}\index{pipesymbb@\texttt{%>%}|see{pipe}}
1074+
\index{pipe}\index{aaapipesymbb@\%>\%|see{pipe}}
10751075

10761076
### Using `|>` to combine `filter` and `select`
10771077

0 commit comments

Comments
 (0)