iContacts {isatabr} | R Documentation |
Get and set iContacts.
Description
Get and set the iContacts data.frame in an object of ISA.
Usage
iContacts(x)
iContacts(x) <- value
## S4 method for signature 'ISA'
iContacts(x)
## S4 replacement method for signature 'ISA'
iContacts(x) <- value
Arguments
x |
An object of class ISA. |
value |
A data.frame containing the investigation contacts information. A data.frame in which at least the following columns are present: 'Investigation Person Last Name', 'Investigation Person First Name', 'Investigation Person Mid Initials', 'Investigation Person Email', 'Investigation Person Phone', 'Investigation Person Fax', 'Investigation Person Address', 'Investigation Person Affiliation', 'Investigation Person Roles', 'Investigation Person Roles Term Accession Number', 'Investigation Person Roles Term Source REF'. |
Value
A data.frame containing the investigation contacts information.
The updated object of class ISA.
Examples
## Read example Atwell data set.
isaObject1 <- readISATab(path = file.path(system.file("extdata/Atwell",
package = "isatabr")))
## Extract iContacts data.frame.
iContacts(isaObject1)
[Package isatabr version 1.0.1 Index]