Learn R Programming

⚠️There's a newer version (0.5.7) of this package.Take me there.

processmapR

processmapR is a R package for creating process maps. Part of the bupaR eco-system for business process analysis.

Installation

You can install processmapR from CRAN with:

install.packages("processmapR")

Development Version

You can install the development version of processmapR from GitHub with:

# install.packages("devtools")
devtools::install_github("bupaverse/processmapR")

Example

The bupaR Documentation website contains more details on creating process maps using processmapR.

library(processmapR)
#> 
#> Attaching package: 'processmapR'
#> The following object is masked from 'package:stats':
#> 
#>     frequency
library(bupaR)
#> 
#> Attaching package: 'bupaR'
#> The following object is masked from 'package:stats':
#> 
#>     filter
#> The following object is masked from 'package:utils':
#> 
#>     timestamp

# Process map
patients %>%
  process_map()
#> PhantomJS not found. You can install it with webshot::install_phantomjs(). If it is installed, please make sure the phantomjs executable can be found via the PATH variable.

# Dotted chart
patients %>%
  dotted_chart(x = "absolute", sort = "start")

Copy Link

Version

Install

install.packages('processmapR')

Monthly Downloads

810

Version

0.5.3

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Gert Janssenswillen

Last Published

April 6th, 2023

Functions in processmapR (0.5.3)

renderProcessMap

Widget render function for use in Shiny
process_map

Process Map
processMapOutput

Widget output function for use in Shiny
precedence_matrix_absolute

Precedence Matrix
plot.process_matrix

Process Matrix Plot
render_map

Render process map
process_matrix

Create process matrix
trace_explorer

Trace Explorer
resource_matrix

Resource Matrix
resource_map

Resource Map
lined_chart

Lined Chart
custom

Custom map profile
get_activities

Get data values for activities and flows from process map
layout_pm

Configure layout parameters for process map
deprecated

Deprecated Functions
performance

Performance map profile
export_map

Export process map to pdf, png, ps or svg.
frequency

Frequency map profile
dotted_chart

Dotted Chart
export_graph

Export a graph to various image formats
precedence_matrix

Precendence Matrix
processmapR

processmapR - Process Maps in R
reexports

Objects exported from other packages