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