Skip to content

Commit

Permalink
Adds missing of to transform.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettgman authored Nov 3, 2016
1 parent 8cf4f37 commit 02cabd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transform.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ There are a number of helper functions you can use within `select()`:

See `?select` for more details.

`select()` can be used to rename variables, but it's rarely useful because it drops all the variables not explicitly mentioned. Instead, use `rename()`, which is a variant of `select()` that keeps all the variables that aren't explicitly mentioned:
`select()` can be used to rename variables, but it's rarely useful because it drops all of the variables not explicitly mentioned. Instead, use `rename()`, which is a variant of `select()` that keeps all the variables that aren't explicitly mentioned:

```{r}
rename(flights, tail_num = tailnum)
Expand Down

0 comments on commit 02cabd4

Please sign in to comment.