Description Usage Arguments Value
View source: R/get_fast_facts_data.R
This function gathers the base data needed for the County Dashboard fast facts and handles initial cleaning and preparation of this data.
Once finished, the fast facts data - along with the sparklines data
gathered by get_sparklines_data()
- is handed off to
finalize_dashboard_data()
to put it in the final format needed
for app consumption.
1 | get_fast_facts(poc_connection)
|
poc_connection |
Active RODBC connection to the POC SQL server. |
Returns a list with three data frames - county, region, and state - needed to support the different fast fact views. These data frames need further processing prior to app consumption.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.