Skip to contents

Filter all shifts where a certain condition is met

Usage

filter_shifts_where(.data, ..., shift_var = shift_id)

Arguments

.data

a data frame or tibble

...

condition to pass to dplyr::filter

shift_var

variable with the shift_identified, default = "shift_id"

Value

a dataframe containing all shift-entries where a condition is met