readme.md

bpmn

Build Status

Overview

bpmn is an R interface to the bpmn-js library (a BPMN 2.0 rendering toolkit and web modeler) from bpmn.io. Using JavaScript in R is handled by htmlwidgets framework.

Installation

Install from GitHub:

devtools::install_github("bergant/bpmn")

Usage

library(bpmn)

bpmn widget accepts a BPMN file (or an XML document):

bpmn_file <- system.file("examples/qr-code.bpmn", package = "bpmn")
bpmn(bpmn_file)

See bpmn widget in action on https://bergant.github.io/bpmn/.

Licenses

This package: MIT License

See license file for the included bpmn-js library



bergant/bpmn documentation built on May 20, 2019, 5:05 p.m.