coded_consults_seasonal_diagnositcs_plt: OPPE Coded Consults Seasonal Diagnostics

Description Usage Arguments Details Value Author(s) Examples

View source: R/oppe_consultant_report_functions.R

Description

Get the seasonal diagnostics of the last 6 months consulant usage

Usage

1

Arguments

.data

The data you want to analyze

.date_col

The column that has the date you want to use, typically dsch_date

.value_col

The column that holds the value, can use record_flag from the query

Details

Value

A plotly plot

Author(s)

Steven P. Sanderson II, MPH

Examples

1
2
3
4
5
6
7
8
library(timetk)
library(dplyr)
library(tibble)
coded_consults_seasonal_diagnositcs_plt(
  .data = coded_consults_query(.resp_pty = "013128")
  , .date_col = dsch_date
  , .value_col = record_flag
  )

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