create_internal_doc {understandBPMN} | R Documentation |
A function for creating internal documents
Description
Is used for creating xml documents which nearly every function of this package needs as an input
Usage
create_internal_doc(bpmn_file, signavio = FALSE)
Arguments
bpmn_file |
file path of the BPMN file |
signavio |
boolean which indicates whether the file stems from signavio |
Value
an object containing the xml document
Examples
create_internal_doc(file_path)
[Package understandBPMN version 1.1.1 Index]