Skip to contents

Get and set the list of sProcSeq data.frames in an object of ISAjson.

Usage

sProcSeq(x)

sProcSeq(x) <- value

# S4 method for class 'ISAjson'
sProcSeq(x)

# S4 method for class 'ISAjson'
sProcSeq(x) <- value

Arguments

x

An object of class ISAjson.

value

A list of data.frames containing the study process sequences. In each data.frame at least the following columns are present: `r paste0("'", sProcSeqCols, "'", collapse = ", ")`.

Value

A list of data.frames containing the study process sequences

The updated object of class ISAjson.