knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The Data + Analytics team in DJPR Strategy + Priority Projects will make many Shiny apps. The djprshiny
package is a place to house code to be re-used across multiple apps. This includes custom CSS and visual components, as well as commonly-used modules.
Install from GitHub with:
# install.packages("devtools") devtools::install_github("djpr-data/djprshiny")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.