Aan de slagBegin gratis

Control-flow deviations

Recall these two filtering methods introduced in the previous chapter:

  • filter_activity_presence: select cases where certain activities are (not) present
  • filter_trim: trim the heads and/or tails of cases, until they start with a specific start and/or end activity.

We will use these two filters to drill-down to specific control-flow patterns.

Deze oefening maakt deel uit van de cursus

Business Process Analytics in R

Bekijk cursus

Interactieve oefening met praktijkervaring

Probeer deze oefening door deze voorbeeldcode aan te vullen.

# Create otc_returned
otc_returned <- otc %>% 
  ___
Code bewerken en uitvoeren