Reputation: 45
I've been trying to create some graphs with the Shiny for R, I used this finished example, right here :
http://shiny.rstudio.com/gallery/telephones-by-region.html
But there is one problem : data is being scanned from the library file. I tried to create my own library file with the data. And there comes another problem : my data is taken from .csv file,
My question is : How can I create package file, that is just a data taken from the .csv file?
Thank you so much for your help
Upvotes: 0
Views: 58
Reputation: 1
I think that this page can help you
http://r-pkgs.had.co.nz/data.html
Upvotes: 0