Fix typo + formatting
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user