JuliaStats / RDatasets.jl

Julia package for loading many of the data sets available in R
GNU General Public License v3.0
160 stars 56 forks source link

Is more convenience possible? #113

Open jkrumbiegel opened 3 years ago

jkrumbiegel commented 3 years ago

Given how simple the idea of the package is, I still find it kind of hard to use. That's mainly because I always forget what the exact names of datasets are, and even if I know that, I might not know which package they belong to. Is it possible to use some kind of fuzzy name matching algorithm and expose that in order to find / select datasets? For example, some datasets I know from the top of my head are titanic, iris, diamonds, but I would need at least a couple minutes to find out again where they're stored.