Learn R Programming

understandBPMN (version 1.1.1)

create_internal_doc: 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

Run this code
# NOT RUN {
create_internal_doc(file_path)
# }

Run the code above in your browser using DataLab