coded_consults_trend_plt: OPPE Coded Consults Trend Plot

Description Usage Arguments Details Value Author(s) Examples

View source: R/oppe_consultant_report_functions.R

Description

Get a plot of the trend for a spcified consultant

Usage

1
coded_consults_trend_plt(.data, .consultant_col)

Arguments

.data

The data that you want to trend

.consultant_col

The column that holds the consultant name

Details

Value

A ggplot2 plot

Author(s)

Steven P. Sanderson II, MPH

Examples

1
2
3
4
5
library(dplyr)
library(tibble)
library(ggplot2)
coded_consults_query(.resp_pty = "013128") %>%
  coded_consults_trend_plt(.consultant_col = consultant)

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