R/utils.R

Defines functions stop_eventlog

stop_eventlog <- function(eventlog)
	if(!("eventlog" %in% class(eventlog)))
		stop("Function only applicable for class eventlog")
bupaverse/xesreadR documentation built on Nov. 4, 2019, 8:20 a.m.