Fix typo 'build-in' to 'built-in' (#1576)

Dieser Commit ist enthalten in:
Yvonne Fröhlich
2023-10-25 19:11:30 -07:00
committet von GitHub
Ursprung 85450be48d
Commit e8f85d572e
+1 -1
Datei anzeigen
@@ -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}