parent
4076019c46
commit
3b35f2a8a8
|
@ -11,7 +11,7 @@ Getting your data into this format requires some work up front, but that work pa
|
|||
Once you have tidy data and the tidy tools provided by packages in the tidyverse, you will spend much less time munging data from one representation to another, allowing you to spend more time on the data questions you care about.
|
||||
|
||||
This chapter will give you a practical introduction to tidy data and the accompanying tools in the **tidyr** package.
|
||||
If you'd like to learn more about the underlying theory, you might enjoy the *Tidy Data* paper published in the Journal of Statistical Software, <http://www.jstatsoft.org/v59/i10/paper>.
|
||||
If you'd like to learn more about the underlying theory, you might enjoy the [*Tidy Data*](https://www.jstatsoft.org/article/view/v059i10) paper published in the Journal of Statistical Software.
|
||||
|
||||
### Prerequisites
|
||||
|
||||
|
|
Loading…
Reference in New Issue