JuliaStats / RDatasets.jl

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

Show descriptions of data sets. #124

Open jbrea opened 3 years ago

jbrea commented 3 years ago

I would like to have RDatasets.description(package_name, dataset_name) show the content of the corresponding html file in the docs folder. This is an attempt to add this functionality.