oppe_alos_plt: OPPE ALOS Plots

Description Usage Arguments Details Value Author(s) Examples

View source: R/oppe_report_plt_funtions.R

Description

Get plots for a single providers length of stay data.

Usage

1
oppe_alos_plt(.data, .date_col, .by_time = "month")

Arguments

.data

The data that you would pass from oppe_alos_tbl()

.date_col

The column holding the date value

.by_time

How you want the data time aggregated, the default is "month"

Details

Takes data in from the oppe_alos_tbl() function.

Value

A patchwork time series plot

Author(s)

Steven P. Sanderson II, MPH

Examples

1
2
3
oppe_alos_query() %>%
  oppe_alos_tbl(.provider_id = "017236") %>%
  oppe_alos_plt(.date_col = dsch_date)

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