Skip to content

Commit 2305961

Browse files
removing comma from html img tag in 02-wrang
1 parent 4f9ed6f commit 2305961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

02-wrangling.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Tidy data satisfy the following three criteria:
8282
- each column is a single variable, and
8383
- each value is a single cell (i.e., its row and column position in the data frame is not shared with another value)
8484

85-
<img src="img/tidy.png", width="650">
85+
<img src="img/tidy.png" width="650">
8686
*image source: [R for Data Science](https://r4ds.had.co.nz/) by Garrett Grolemund & Hadley Wickham*
8787

8888
> **Definitions to know:**

0 commit comments

Comments
 (0)