Merge branch 'master' of github.com:hadley/r4ds

This commit is contained in:
hadley
2016-08-18 16:12:48 -05:00

View File

@@ -185,7 +185,7 @@ This means that the pipe won't work for two classes of functions:
```
There are a relatively wide class of functions with this behaviour,
including `try()`, `supressMessages()`, and `suppressWarnings()`
including `try()`, `suppressMessages()`, and `suppressWarnings()`
in base R.
## When not to use the pipe