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.
2 parents 7cc752f + 978c679 commit 906501aCopy full SHA for 906501a
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