From 060090a4333f20d52bcf2e3d2c24dacb94cdfd45 Mon Sep 17 00:00:00 2001 From: mine-cetinkaya-rundel Date: Tue, 9 May 2023 14:04:45 -0400 Subject: [PATCH] Fix typo + formatting --- data-tidy.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-tidy.qmd b/data-tidy.qmd index 725a61e..2d37fa2 100644 --- a/data-tidy.qmd +++ b/data-tidy.qmd @@ -541,7 +541,7 @@ In this case, not every cell in the output has a corresponding value in the inpu We'll come back to this idea that `pivot_wider()` can "make" missing values in @sec-missing-values. You might also wonder what happens if there are multiple rows in the input that correspond to one cell in the output. -The example below has two rows that correspond to id "A" and name "bp1": +The example below has two rows that correspond to `id` "A" and `measurement` "bp1": ```{r} df <- tribble(