Description Usage Arguments Details Value Author(s) Examples
View source: R/query_data_mainpulation_tbls.R
This function takes in the query inpatient_coding_lag_query() as the data
argument and augments the data so that it can be taken into the
inpatient_coding_lag_automation() function.
| 1 | 
| .data | Data that you want to manipulate typically from  | 
 Takes in inpatient_coding_lag_query() as the data argument.
 Returns a tibble that can be used in the inpatient_coding_lag_automation()
function.
A tibble
Steven P. Sanderson II, MPH
| 1 2 3 4 5 6 7 | ## Not run: 
library(tidyverse)
inpatient_coding_lag_query() %>%
  inpatient_coding_lag_tbl()
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.