vincentarelbundock / Rdatasets

A collection of datasets originally distributed in R packages
https://vincentarelbundock.github.io/Rdatasets
Other
323 stars 435 forks source link

starwars dataset only has one row - seems incomplete #15

Closed flyaflya closed 3 years ago

flyaflya commented 3 years ago

Thx for the cool package.

Check this link and you will see that the dataset only has one row. https://vincentarelbundock.github.io/Rdatasets/csv/dplyr/starwars.csv

The original has 87 rows: https://dplyr.tidyverse.org/reference/starwars.html

vincentarelbundock commented 3 years ago

Thanks a lot for the report!

This should now be fixed. But note that I had to drop a couple list columns, because AFAIK there is no clean way to save those as CSV.