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)")
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)")