tidymodels / modeldata

Data Sets Used by tidymodels Packages
https://modeldata.tidymodels.org/
Other
22 stars 5 forks source link

call `str(dataset)` in examples #42

Closed simonpcouch closed 2 years ago

simonpcouch commented 2 years ago

This wouldn't make a much of a difference when viewing help-files, but it would make the pkgdown site much more informative. e.g. when looking for a dataset with a date column or with a certain range of rows, I could quickly click through links in the Reference page rather than calling str() on each dataset in the console:

example without str

vs.

example with str
simonpcouch commented 2 years ago

Ah, duplicate of #31. Woops!

github-actions[bot] commented 2 years ago

This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.