bergant / bpmn

BPMN diagrams in R

Home Page:https://bergant.github.io/bpmn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

BPMN diagrams in R

https://bergant.github.io/bpmn

License:Other


Languages

Language:R 85.3%Language:JavaScript 14.7%