From 09fd870db7760855b34f56977634567f11f0d636 Mon Sep 17 00:00:00 2001 From: Hadley Wickham Date: Wed, 15 Jan 2020 11:46:18 -0600 Subject: [PATCH] Fix quotes in caption --- tidy.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") ```