Learn R Programming

simplace (version 5.1.2)

setProjectLines: 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)

Value

No return value, called for the side effect of selecting project to be run

Arguments

simplace

handle to the SimplaceWrapper object returned by initSimplace

lines

either a vector of integers or a string of numbers separated by commas

Examples

Run this code
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