Fix quotes in caption
This commit is contained in:
parent
6a65eb9f89
commit
09fd870db7
2
tidy.Rmd
2
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")
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue