What data can I play with?
- tbeehoon
- Jul 29, 2019
- 1 min read
For anyone learning R, having data to play with is important.
One problem I had is I never quite remember which data comes with each R package.
Many packages provides some sort of sample dataset, but once you imported too many library, its often a hassle to know what from where. I just found a neat command to list out the data available nicely in a table.

Comentários