Skip to contents

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

Usage

sDD(x)

sDD(x) <- value

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

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

Arguments

x

An object of class ISAjson.

value

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

Value

A list of data.frames containing the study design descriptors.

The updated object of class ISAjson.