# Return a plot
identify_habit(
pq_data,
metric = "Multitasking_hours",
threshold = 1,
width = 9,
max_window = 12,
return = "plot"
)
# Return a summary
identify_habit(
pq_data,
metric = "Multitasking_hours",
threshold = 1,
width = 9,
max_window = 12,
return = "summary"
)
Run the code above in your browser using DataLab