sContacts: Get and set sContacts.

sContactsR Documentation

Get and set sContacts.

Description

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

Usage

sContacts(x)

sContacts(x) <- value

## S4 method for signature 'ISA'
sContacts(x)

## S4 replacement method for signature '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'.

Value

A list of data.frames containing the study contacts.

The updated object of class ISA.

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)


isatabr documentation built on Aug. 19, 2022, 5:17 p.m.