setProjectLines {simplace} | R Documentation |
Sets the lines of the project data files that should be used when running a project.
Description
You have to call the function after initSimplace
but before openProject
.
Usage
setProjectLines(simplace, lines)
Arguments
simplace |
handle to the SimplaceWrapper object returned by |
lines |
either a vector of integers or a string of numbers separated by commas |
Value
No return value, called for the side effect of selecting project to be run
Examples
## Not run:
setProjectLines(simplace, "1,3,6,9-17,33")
setProjectLines(simplace, c(1,2,3,9:17,33))
## End(Not run)
[Package simplace version 5.0.13 Index]