Description Usage Details Value Author(s) Examples
View source: R/query_data_mainpulation_tbls.R
Takes data from the queries
monthly_admit_trauma_query()
, and
monthly_discharge_trauma_query()
And then performs the necessary transformations on them to get them into one
excel file with two sheets. One for Admits and one for Discharges.
1 |
Internally gets data from monthly_admit_trauma_query()
Internally gets data from monthly_discharge_trauma_query()
Transforms them into one excel file with two sheets that can be written out to disk
A java pointer to an excel workbook (or a list in the future)
Steven P. Sanderson II, MPH
1 2 3 4 | ## Not run:
monthly_trauma_tbl()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.