- Notifications
You must be signed in to change notification settings - Fork6
Visualize event logs using directed graphs, i.e. process maps.
License
NotificationsYou must be signed in to change notification settings
bupaverse/processmapR
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
processmapR is aR package forcreating process maps. Part of thebupaReco-system for business process analysis.
You can installprocessmapR fromCRANwith:
install.packages("processmapR")You can install the development version ofprocessmapR fromGitHub with:
# install.packages("devtools")devtools::install_github("bupaverse/processmapR")
ThebupaR Documentation websitecontains more details on creating process maps usingprocessmapR.
library(processmapR)#>#> Attaching package: 'processmapR'#> The following object is masked from 'package:stats':#>#> frequencylibrary(bupaR)#>#> Attaching package: 'bupaR'#> The following object is masked from 'package:stats':#>#> filter#> The following object is masked from 'package:utils':#>#> timestamp# Process mappatients %>% process_map()
# Dotted chartpatients %>% dotted_chart(x="absolute",sort="start")
About
Visualize event logs using directed graphs, i.e. process maps.
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors7
Uh oh!
There was an error while loading.Please reload this page.


