activity_frequency_trace <- function(log) {
cases <- case_list(log)
log %>%
activity_frequency_case() %>%
merge(cases) %>%
arrange(trace) %>%
select(4,2,3) %>%
unique
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.