orsos_to_sproc_tbl: ORSOS to SPROC Tibble

Description Usage Arguments Details Value Author(s) Examples

View source: R/query_data_mainpulation_tbls.R

Description

This function takes the data from orsos_to_sproc_query() and performs the necessary manipulations before using orsos_to_sproc_automation()

Usage

1

Arguments

.data

The data from orsos_to_sproc_query()

Details

Value

A tibble

Author(s)

Steven P. Sanderson II, MPH

Examples

 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)

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