Fix typo + formatting

This commit is contained in:
mine-cetinkaya-rundel 2023-05-09 14:04:45 -04:00
parent 0800202761
commit 060090a433
1 changed files with 1 additions and 1 deletions

View File

@ -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(