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

twang2218/pmap documentation built on Nov. 3, 2021, 11:25 p.m.