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

Update doc of individual datasets, expose to users #35

Open garborg opened 9 years ago

garborg commented 9 years ago

I feel like doc access from the repl, IJulia, and Juno would make the package much more usable. Format-wise, adding HTML just takes a couple extra couple lines in an existing R script -- not sure how much extra work rst, etc., would be.

Thoughts on format/API?

asinghvi17 commented 5 years ago

We could overload Docs.getdoc?

asinghvi17 commented 5 years ago

Another thing we could do, though it might take some manual effort, is to create a subclass of DataFrame called RDataset, which would behave exactly like a DataFrame - copy could even return a DataFrame - except for having some metadata about columns in a field. We could then use Docs.getdoc to display the metadata...