Working with big data sets in R Shiny using SQLite

Big data sets can affect the performance of R Shiny applications. This is why it is important to think about the architecture of the application, including the way data is stored and retrieved. An interesting approach is storing data in an SQLite database instead of R data files (e.g. *.rdata/*.rds) and only load the subset …

Working with big data sets in R Shiny using SQLite Read More »