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