Description Usage Details Value Author(s) Examples
View source: R/query_data_mainpulation_tbls.R
Takes data from monthly_psy_admits_query()
and monthly_psy_discharges_query()
and puts them inside of an excel workbook with data on different sheets.
There are no parameters to this function, it takes in it directly the queries internally.
The monthly_psy_admits_discharges_automation()
will internally handle this.
1 |
Creates a sheet for the raw admit and discharge data
Creates a sheet for distinct Admitted and Discharged MRN's
Creates a sheet with pivot tables for Admited/Discharged financial grouping (i.e. Medicare, Blue Cross)
Creates a sheet a count of distinct Admitted and Discharged MRN's
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_psy_admits_discharges_tbl()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.