Get and set the iContacts data.frame in an object of ISAjson.
Usage
iContacts(x)
iContacts(x) <- value
# S4 method for class 'ISAjson'
iContacts(x)
# S4 method for class 'ISAjson'
iContacts(x) <- value
Arguments
- x
An object of class ISAjson.
- value
A data.frame containing the investigation contacts information. A data.frame in which at least the following columns are present: `r paste0("'", iContactsCols, "'", collapse = ", ")`.
Value
A data.frame containing the investigation contacts information.
The updated object of class ISAjson.