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

meta-data lost #99

Open timothyslau opened 4 years ago

timothyslau commented 4 years ago

I noticed that: RDatasets.dataset("datasets", "Titanic")

doesn't have the variable types it just converts everything to strings and integers (maybe because it's being converted to a text file in between?)

see RCall.rcopy(R"as.data.frame(datasets::Titanic)")