AntoineGuillot2 / D3partitionR

R package to visualise interactively hierarchical data.
http://enhancedatascience.com/2017/09/20/d3partitionr-0-5-beta/
40 stars 7 forks source link

Include data #10

Closed csgillespie closed 6 years ago

csgillespie commented 7 years ago

It would be nicer if we could get the data set easier, e.g.

titanic_data=fread("train.csv")

Won't work without getting train.csv and most users are lazy ;)

Could you use https://cran.r-project.org/web/packages/titanic/ in your example instead?

AntoineGuillot2 commented 7 years ago

Yes, you are right, it will be easier to do so. I'll include some dataset in the next version.