Get and set the list of sContacts data.frames in an object of ISA.
Usage
sContacts(x)
sContacts(x) <- value
# S4 method for ISA
sContacts(x)
# S4 method for ISA
sContacts(x) <- value
Arguments
- x
An object of class ISA.
- value
A list of data.frames containing the study contacts. In each data.frame at least the following columns are present: 'Study Person Last Name', 'Study Person First Name', 'Study Person Mid Initials', 'Study Person Email', 'Study Person Phone', 'Study Person Fax', 'Study Person Address', 'Study Person Affiliation', 'Study Person Roles', 'Study Person Roles Term Accession Number', 'Study Person Roles Term Source REF'.
Examples
## Read example Atwell data set.
isaObject1 <- readISATab(path = file.path(system.file("extdata/Atwell",
package = "isatabr")))
## Extract list of sContacts data.frames.
sContacts(isaObject1)
#> $GMI_Atwell_study
#> Study Person Last Name Study Person First Name Study Person Mid Initials
#> 1 Atwell Susanna <NA>
#> Study Person Email Study Person Phone Study Person Fax Study Person Address
#> 1 <NA> <NA> <NA> <NA>
#> Study Person Affiliation Study Person Roles
#> 1 <NA> <NA>
#> Study Person Roles Term Accession Number Study Person Roles Term Source REF
#> 1 <NA> <NA>
#>