Skip to contents

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

Usage

sContacts(x)

sContacts(x) <- value

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

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

Arguments

x

An object of class ISAjson.

value

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

Value

A list of data.frames containing the study contacts.

The updated object of class ISAjson.