Fix typo 'build-in' to 'built-in' (#1576)
This commit is contained in:
parent
85450be48d
commit
e8f85d572e
|
@ -513,7 +513,7 @@ arrange(flights3, desc(speed))
|
|||
|
||||
While both forms have their time and place, the pipe generally produces data analysis code that is easier to write and read.
|
||||
|
||||
To add the pipe to your code, we recommend using the build-in keyboard shortcut Ctrl/Cmd + Shift + M.
|
||||
To add the pipe to your code, we recommend using the built-in keyboard shortcut Ctrl/Cmd + Shift + M.
|
||||
You'll need to make one change to your RStudio options to use `|>` instead of `%>%` as shown in @fig-pipe-options; more on `%>%` shortly.
|
||||
|
||||
```{r}
|
||||
|
|
Loading…
Reference in New Issue