study {isatabr}R Documentation

Get and set study.

Description

Get and set the list of study data.frame in an object of ISA.

Usage

study(x)

study(x) <- value

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

## S4 replacement method for signature 'ISA'
study(x) <- value

Arguments

x

An object of class ISA.

value

A list of data.frames containing the study information. In each data.frame at least the following columns are present: 'Study Identifier', 'Study Title', 'Study Description', 'Study Submission Date', 'Study Public Release Date', 'Study File Name'.

Value

A list of data.frames containing the study 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 list of study data.frames.
study(isaObject1)


[Package isatabr version 1.0.1 Index]