An R package to process summary data for national/regional dashboards.
Background information about state-supplied summary data is provided in salicprep >> License History & Summary Data.
From the R console:
install.packages("remotes")
remotes::install_github("southwick-associates/sadashreg")
Run ?sadashreg
from the R console for a function reference. A template workflow for processing a single state can be setup using lictemplate:
lictemplate::new_project_summary("FL", "2019-q4")
## A new summary data dashboard project has been initialized:
## E:/SA/Projects/Data-Dashboards/FL/2019-q4
Code that pulls all regional results together also makes use of functions in this package, stored on the server: E:/SA/Projects/Data-Dashboards/_Regional/
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.