| write_bpmn | R Documentation | 
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.
write_bpmn(bpmn, file, ...)
## S3 method for class 'bpmn'
write_bpmn(bpmn, file, ...)
| 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. | 
Writes file to system.
write_bpmn(bpmn): Write bpmn to .bpmn file
Alessio Nigro
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.