monthly_trauma_tbl: Monthly Trauma Tibble

Description Usage Details Value Author(s) Examples

View source: R/query_data_mainpulation_tbls.R

Description

Takes data from the queries

  1. monthly_admit_trauma_query(), and

  2. 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.

Usage

1

Details

  1. Internally gets data from monthly_admit_trauma_query()

  2. Internally gets data from monthly_discharge_trauma_query()

  3. Transforms them into one excel file with two sheets that can be written out to disk

Value

A java pointer to an excel workbook (or a list in the future)

Author(s)

Steven P. Sanderson II, MPH

Examples

1
2
3
4
## Not run: 
monthly_trauma_tbl()

## End(Not run)

spsanderson/LICHospitalR documentation built on Jan. 6, 2022, 12:32 a.m.