Description Usage Arguments Details Value Author(s) Examples
View source: R/query_data_mainpulation_tbls.R
This takes data in from the infection_prevention_patient_days_query()
and performs the
necessary manipulation/cleanup to get it ready to email out or use in conjunction
with save_to_excel()
1 |
.data |
The data that results from |
Returns a tibble
Expects data from the infection_prevention_patient_days_query()
An excel workbook object pointer
Steven P. Sanderson II, MPH
1 2 3 4 5 6 7 | ## Not run:
library(tidyverse)
infection_prevention_patient_days_query() %>%
infection_prevention_patient_days_tbl()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.