Nothing
trace_coverage_case <- function(log) {
trace_id <- NULL
absolute_trace_coverage <- NULL
absolute <- NULL
bupaR::case_list(log) %>%
group_by(trace) %>%
mutate(absolute = n(),
relative = absolute/n_cases(log)) %>%
ungroup() %>%
select(-trace_id)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.