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(