Update tidy data link

Fixes #979. Fixes #975.
This commit is contained in:
Hadley Wickham 2022-04-27 09:34:23 -05:00
parent 4076019c46
commit 3b35f2a8a8
1 changed files with 1 additions and 1 deletions

View File

@ -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