View source: R/eso_transformations.R
Imports the Incidents table for a given year and month
but only includes patient care records that match
`PatientCareRecordId`
in the filter_set
.
1 | filtered_incidents(year, month, filter_set, left_join = FALSE)
|
year |
Year of data set as "YYYY" string |
month |
Month of data set as "MM" string, or FALSE to look for full year. |
filter_set |
Tibble of ESO data |
left_join |
optional argument that does a left join to add the filtered set to incidents. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.