Merge branch 'master' of github.com:hadley/r4ds
This commit is contained in:
commit
8828f80842
|
@ -35,7 +35,7 @@ You might also have noticed the row of three letter abbreviations under the colu
|
||||||
|
|
||||||
### Dplyr basics
|
### Dplyr basics
|
||||||
|
|
||||||
In this chapter you are going to learn the five key five dplyr functions that allow you to solve vast majority of your data manipulation challenges:
|
In this chapter you are going to learn the five key dplyr functions that allow you to solve vast majority of your data manipulation challenges:
|
||||||
|
|
||||||
* Pick observations by their values (`filter()`).
|
* Pick observations by their values (`filter()`).
|
||||||
* Reorder the rows (`arrange()`).
|
* Reorder the rows (`arrange()`).
|
||||||
|
|
Loading…
Reference in New Issue