render_pmap: Render the process map

Description Usage Arguments See Also Examples

View source: R/render_pmap.R

Description

Basically, this function just called DiagrammeR::render_graph()

Usage

1

Arguments

p

the process map object created by create_pmap_graph() function

title

The title of rendered graph

See Also

create_pmap

Examples

1
2
3
library(dplyr)
p <- generate_eventlog() %>% create_pmap(target_categories = c("target"))
render_pmap

pmap documentation built on March 18, 2018, 2:14 p.m.