Update data-tidy.Rmd (#988)

Update blog post URL
This commit is contained in:
Chris Saunders
2021-12-30 14:38:41 -08:00
committed by GitHub
parent 0bd5276992
commit 11a48448f3

View File

@@ -624,4 +624,4 @@ Either of these reasons means you'll need something other than a tibble (or data
If your data does fit naturally into a rectangular structure composed of observations and variables, I think tidy data should be your default choice.
But there are good reasons to use other structures; tidy data is not the only way.
If you'd like to learn more about non-tidy data, I'd highly recommend this thoughtful blog post by Jeff Leek: <http://simplystatistics.org/2016/02/17/non-tidy-data>.
If you'd like to learn more about non-tidy data, I'd highly recommend this thoughtful blog post by Jeff Leek: <https://simplystatistics.org/posts/2016-02-17-non-tidy-data>.