inpatient_coding_lag_tbl: Inpatient Coding Lag tibble

Description Usage Arguments Details Value Author(s) Examples

View source: R/query_data_mainpulation_tbls.R

Description

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.

Usage

1

Arguments

.data

Data that you want to manipulate typically from inpatient_coding_lag_query()

Details

Value

A tibble

Author(s)

Steven P. Sanderson II, MPH

Examples

1
2
3
4
5
6
7
## Not run: 
library(tidyverse)

inpatient_coding_lag_query() %>%
  inpatient_coding_lag_tbl()

## End(Not run)

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