R data repository to use in shiny app
I am working on a shiny app which reads lots of fst files (5gb in total) and makes a large list. Is there any r data repository that I can use in shinyapp so when I make it online it can directly get data from there?
Thanks in advance
• 1,107 views
•
link
0 answers
No answers yet.
Log in to answer this question.
You want to have access to that large combined list in the shiny app? Unless your server has a lot of RAM you may want to consider putting it into an SQL database and only grabbing the chunks of data you need at any given time.