We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f9ed6f commit 2305961Copy full SHA for 2305961
02-wrangling.Rmd
@@ -82,7 +82,7 @@ Tidy data satisfy the following three criteria:
82
- each column is a single variable, and
83
- each value is a single cell (i.e., its row and column position in the data frame is not shared with another value)
84
85
-<img src="img/tidy.png", width="650">
+<img src="img/tidy.png" width="650">
86
*image source: [R for Data Science](https://r4ds.had.co.nz/) by Garrett Grolemund & Hadley Wickham*
87
88
> **Definitions to know:**
0 commit comments