Learn R Programming

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

899

Version

0.5.6

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Gert Janssenswillen

Last Published

December 3rd, 2024

Functions in processmapR (0.5.6)

resource_map

Resource Map
plot.process_matrix

Process Matrix Plot
precedence_matrix

Precendence Matrix
reexports

Objects exported from other packages
resource_matrix

Resource Matrix
export_map

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

Get data values for activities and flows from process map
custom

Custom map profile
export_graph

Export a graph to various image formats
layout_pm

Configure layout parameters for process map
dotted_chart

Dotted Chart
lined_chart

Lined Chart
performance

Performance map profile
trace_explorer

Trace Explorer
process_matrix

Create process matrix
process_map

Process Map
frequency

Frequency map profile
deprecated

Deprecated Functions
render_map

Render process map
renderProcessMap

Widget render function for use in Shiny
processmapR

processmapR - Process Maps in R
precedence_matrix_absolute

Precedence Matrix
processMapOutput

Widget output function for use in Shiny