write_bpmn {bpmnR} | R Documentation |
Write XML or HTML to disk.
Description
This writes out both XML and normalised HTML. The default behavior will output the same format which was read. If you want to force output pass 'option = "as_xml"' or 'option = "as_html"' respectively.
Usage
write_bpmn(bpmn, file, ...)
## S3 method for class 'bpmn'
write_bpmn(bpmn, file, ...)
Arguments
bpmn |
A BPMN object as a list of data.frames for the BPMN elements and an XML document for the XML-based interchange format for the BPMN process. |
file |
Path to file or connection to write to. |
... |
Additional arguments passed to methods. |
Value
Writes file to system.
Methods (by class)
-
write_bpmn(bpmn)
: Write bpmn to .bpmn file
Author(s)
Alessio Nigro
[Package bpmnR version 0.1.1 Index]