bupaR time analysis- idle_time

Hey dear,

I have a problem to create a depiction about the metric idle_time...

daten1%>%
  idle_time("resource",units="mins")%>%
  plot()

with that code I get a picture, but the picture is empty, there is only on the side a description with Resources and on the bottom idle time in(units)

I want to create a Idle_time picture about the analysis level log or case, but if I use the code

idle_time(cols=c(daten1), level_of_analysis=c("log"),units=c("mins"))%>%
  plot()

i get the error message
Error in UseMethod ("idle_time"):
Inapplicable method for 'idle_time' applied to object of class "list"
i hope that you can Help me
Thx

The Dataset

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.