Suggested typo fix (#1019)

This commit is contained in:
Zeki Akyol 2022-05-06 21:53:00 +03:00 committed by GitHub
parent e7eab6aef3
commit eee847d079
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -417,7 +417,7 @@ When you use `".value"` in `names_to`, the column names in the input contribute
#| and the second ("1", "2") as the value for a new "id" column.
#| fig.cap: >
#| Pivoting with `names_to = c(".value", "id")` splits the column names
#| into a two components: the first part determines the output column
#| into two components: the first part determines the output column
#| name (`x` or `y`), and the second part determines the value of the
#| `id` column.
knitr::include_graphics("diagrams/tidy-data/names-and-values.png", dpi = 270)