#' @title processcheckR - Check rules in event data
#'
#' @description Tools to check declarative rules in event logs.
#' @docType package
#' @name processcheckR
#'
#' @import dplyr
#' @import bupaR
#' @importFrom edeaR filter_activity
#' @importFrom edeaR filter_precedence
#' @importFrom stringr str_replace
#' @importFrom glue glue
globalVariables(c(".", ":="))
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.