Skip to content

Commit d16de0e

Browse files
committed
Fix method documentation
1 parent 6d08cca commit d16de0e

File tree

3 files changed

+20
-4
lines changed

3 files changed

+20
-4
lines changed

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ export(bpmnVisualizationOutput)
44
export(display)
55
export(renderBpmnVisualization)
66
import(htmlwidgets)
7+
import(xml2)

R/bpmnVisualization.R

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
#' <Add Title>
1+
#' display
22
#'
3-
#' <Add Description>
3+
#' Display BPMN diagram based on BPMN definition in XML format
4+
#'
5+
#' @param bpmnXML A file name or xml document or string in BPMN XML format
6+
#' @param width The width used to display the widget
7+
#' @param height The height used to display the widget
8+
#' @param elementId The id of the HTML element to enclose the widget
49
#'
510
#' @import htmlwidgets
11+
#' @import xml2
612
#'
713
#' @export
814
display <- function(bpmnXML, width = NULL, height = NULL, elementId = NULL) {

man/display.Rd

Lines changed: 11 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)