process-analytics / bpmn-visualization-R

A R package for visualizing process execution data on BPMN diagrams
https://process-analytics.github.io/bpmn-visualization-R/
Apache License 2.0
16 stars 4 forks source link

[DOC] Explain how to include in Shiny apps or an RMarkdown file #22

Open tbouffard opened 3 years ago

tbouffard commented 3 years ago

For example, we can write something like in http://christophergandrud.github.io/networkD3/

We can also include some live rendering examples in the documentation via RMarkdown

See also https://github.com/process-analytics/bpmn-visualization-R/issues/23#issuecomment-909364915 for a working example with our package

tbouffard commented 3 years ago

For this one, we need to generate the documentation in the HTML format or provided examples with the R format, so this will be managed after the MVP. ✔️ The shinny apps integration will be first documented in the README of the repository. Done in #42.