Description Usage Arguments Details Value Author(s) Examples
View source: R/oppe_report_plt_funtions.R
Get plots for a single providers length of stay data.
1 | oppe_alos_plt(.data, .date_col, .by_time = "month")
|
.data |
The data that you would pass from |
.date_col |
The column holding the date value |
.by_time |
How you want the data time aggregated, the default is "month" |
Takes data in from the oppe_alos_tbl()
function.
A patchwork time series plot
Steven P. Sanderson II, MPH
1 2 3 | oppe_alos_query() %>%
oppe_alos_tbl(.provider_id = "017236") %>%
oppe_alos_plt(.date_col = dsch_date)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.