filtered_incidents: Imports a Filtered Incident Set

Description Usage Arguments

View source: R/eso_transformations.R

Description

Imports the Incidents table for a given year and month but only includes patient care records that match `PatientCareRecordId` in the filter_set.

Usage

1
filtered_incidents(year, month, filter_set, left_join = FALSE)

Arguments

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.


samuelkordik/esogettr documentation built on Dec. 22, 2021, 10:13 p.m.