1. 학습
  2. /
  3. 강의
  4. /
  5. Business Process Analytics in R

Connected

연습 문제

The right person on the job II

One possible reason that vacancies take a long time to be filled is that activities are repeated too often. In this exercise, your goal is to find them. You can use this code to get you started:

vacancies %>% number_of_repetitions(level = "___") 

Which activity has been repeated the most number of times?

지침

50 XP

가능한 답변