Skip to contents

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

Usage

sCharCats(x)

sCharCats(x) <- value

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

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

Arguments

x

An object of class ISAjson.

value

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

Value

A list of data.frames containing the study characteristic categories.

The updated object of class ISAjson.