Skip to contents

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

Usage

sProts(x)

sProts(x) <- value

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

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

Arguments

x

An object of class ISAjson.

value

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

Value

A list of data.frames containing the study protocols.

The updated object of class ISAjson.