n_data_objects {understandBPMN} | R Documentation |
Data Objects
Description
The number of data objects includes all data objects and data stores of a BPMN diagram
Usage
n_data_objects(file_path, signavio = FALSE)
Arguments
file_path |
document object created using the create_internal_document function |
signavio |
boolean which indicates whether the file stems from signavio |
Value
an integer indicating the number of data objects
Examples
n_data_objects(file_path)
[Package understandBPMN version 1.1.1 Index]