diff --git a/tidy.Rmd b/tidy.Rmd index d4a9121..19f0f83 100644 --- a/tidy.Rmd +++ b/tidy.Rmd @@ -196,7 +196,7 @@ table2 %>% pivot_wider(names_from = type, values_from = count) ``` -```{r tidy-spread, echo = FALSE, out.width = "100%", fig.cap = "Pivoting `table2` into a "wider," tidy form."} +```{r tidy-spread, echo = FALSE, out.width = "100%", fig.cap = "Pivoting `table2` into a \"wider\", tidy form."} knitr::include_graphics("images/tidy-8.png") ```