Claudius-Appel / duflor.gui

GUI frontent for `duflor`-package
https://claudius-appel.github.io/duflor.gui/
MIT License
0 stars 0 forks source link

`foreach(inOrder=T)`: figure out if setting `inOrder=F` still returns valid input - in this case `F` would be faster #19

Closed Claudius-Appel closed 6 months ago

Claudius-Appel commented 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.

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