myhealth_monthly_surgery_tbl: MyHealth Monthly Surgery Tibble

Description Usage Arguments Details Value Author(s) Examples

View source: R/query_data_mainpulation_tbls.R

Description

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()

Usage

1

Arguments

.data

The result of the myhealth_monthly_surgery_query()

Details

Value

A tibble

Author(s)

Steven P. Sanderson II, MPH

Examples

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

myhealth_monthly_surgery_query() %>%
  myhealth_monthly_surgery_tbl()

## End(Not run)

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