Update data-tidy.qmd (#1032)
Remove comma after "values_to = "rank" in the first billboard pivot_longer example.
This commit is contained in:
parent
63d47c6bfb
commit
73088da520
|
@ -194,7 +194,7 @@ billboard |>
|
|||
pivot_longer(
|
||||
cols = starts_with("wk"),
|
||||
names_to = "week",
|
||||
values_to = "rank",
|
||||
values_to = "rank"
|
||||
)
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue