stephbuon / hansard-shiny

Code for the "Hansard Viewer" web app (a prototype app for applying to future support).
https://shinyviz.smu.edu/shiny/public/hansard-shiny/
MIT License
5 stars 0 forks source link

Only load tidyverse libraries as needed #30

Closed stephbuon closed 3 years ago

stephbuon commented 3 years ago

So instead of library(tidyverse) I might just want:

dplyr stringr ggplot

IDK what else, if anything

stephbuon commented 3 years ago

It does seem to load faster without the full tidyverse