| ```{r} | ```{r} | ||||
| devtools::install_github("nstrayer/shinysense") | devtools::install_github("nstrayer/shinysense") | ||||
| devtools::install_github("hrbrmstr/hrbrthemes") | |||||
| install.packages("shinyjs") | |||||
| # Also requires | |||||
| pkgs <- c( | |||||
| "htmlwidgets", | |||||
| "shiny", | |||||
| "dplyr", | |||||
| "readxl", | |||||
| "here", | |||||
| "purrr", | |||||
| "ggplot2" | |||||
| ) | |||||
| # install.packages(pkgs) | |||||
| ``` | ``` |