Skip to content

Commit 36b8d3b

Browse files
committed
fix 07
1 parent 9b25dc2 commit 36b8d3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/tutorials/07_tidy/07_tidy.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ question_wordbank("Complete the following three statements that define tidy data
272272

273273
Determine if the following tables are in tidy format.
274274

275-
```{r tidy-data-1}
275+
```{r tidy-data-Q1}
276276
question_wordbank("",
277277
choices = c(paste0(htmltools::img(src="images/Figure_04_1_tidy.png", height = 175, width = 350) ), paste0(htmltools::img(src="images/Figure_04_2_nontidy.png", height = 75, width = 350) ), paste0(htmltools::img(src="images/Figure_04_3_tidy.png", height = 75, width = 350) ) ),
278278
wordbank = c("Tidy", "Not tidy"),

0 commit comments

Comments
 (0)