简体   繁体   中英

R, Shiny, Creating library (from .csv file) & Reading data from it

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

I think that this page can help you

http://r-pkgs.had.co.nz/data.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM