powered by
You have to call the function after initSimplace but before openProject.
initSimplace
openProject
setProjectLines(simplace, lines)
No return value, called for the side effect of selecting project to be run
handle to the SimplaceWrapper object returned by initSimplace
either a vector of integers or a string of numbers separated by commas
if (FALSE) { setProjectLines(simplace, "1,3,6,9-17,33") setProjectLines(simplace, c(1,2,3,9:17,33))}
Run the code above in your browser using DataLab