Description Usage Arguments Value Examples
View source: R/process_metrics.R
Shape CLI data
1 | shape_cli_data(cli_df)
|
cli_df |
data.frame produced by |
a list of data.frames. The "summary" data.frame has one row per county, state, and HERC region with the following columns
Date of emergency dept visit
FIPS Code and/or region identifier
Name of geography
Are row values summary or daily values
Count of CLI ED visits for the day
and the "daily" data.frame has one row per county, state, and HERC region per day for the two week period with the following columns
FIPS Code and/or region identifier
Name of geography
2018 Population Numbers pulled from WISH
Total CLI visits for current 7 day period
Total CLI visits for previous 7 day period
End date for current 7 day period
End date for prior 7 day period
Are row values summary or daily values
1 2 3 4 | ## Not run:
#write me an example
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.