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