Closed Claudius-Appel closed 6 months ago
See https://github.com/Claudius-Appel/duflor.gui/blob/master/R/execute_multiple.R#L43
Setting parameter inOrder to FALSE would save some time, however the prerequisite is that the order of the output does not matter.
inOrder
FALSE
It shouldn't matter because the output gets associated with the respective file-path itself, cf https://github.com/Claudius-Appel/duflor.gui/blob/master/R/execute_multiple.R#L50
See https://github.com/Claudius-Appel/duflor.gui/blob/master/R/execute_multiple.R#L43
Setting parameter
inOrder
toFALSE
would save some time, however the prerequisite is that the order of the output does not matter.It shouldn't matter because the output gets associated with the respective file-path itself, cf https://github.com/Claudius-Appel/duflor.gui/blob/master/R/execute_multiple.R#L50