Fix quotes in caption

This commit is contained in:
Hadley Wickham 2020-01-15 11:46:18 -06:00
parent 6a65eb9f89
commit 09fd870db7
1 changed files with 1 additions and 1 deletions

View File

@ -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")
```