Description Usage Arguments Details Value Author(s) Examples
View source: R/query_data_mainpulation_tbls.R
This function takes the data from orsos_to_sproc_query()
and performs
the necessary manipulations before using orsos_to_sproc_automation()
1 |
.data |
The data from |
Expects the data from orsos_to_sproc_query()
exactly
A tibble
Steven P. Sanderson II, MPH
1 2 3 4 5 6 7 8 9 10 11 | ## Not run:
library(tidyverse)
orsos_to_sproc_query() %>%
orsos_to_sproc_tbl()
orsos_to_sproc_query() %>%
orsos_to_sproc_tbl() %>%
save_to_excel(.file_name = "orsos_to_sproc")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.