Get and set the list of sFacts data.frames in an object of ISAjson.
Usage
sFacts(x)
sFacts(x) <- value
# S4 method for class 'ISAjson'
sFacts(x)
# S4 method for class 'ISAjson'
sFacts(x) <- value
Arguments
- x
An object of class ISAjson.
- value
A list of data.frames containing the study factors. In each data.frame at least the following columns are present: `r paste0("'", sFactsCols, "'", collapse = ", ")`.