invest: Get and set invest.

investR Documentation

Get and set invest.

Description

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

Usage

invest(x)

invest(x) <- value

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

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

Arguments

x

An object of class ISA.

value

A data.frame containing the investigation information. A data.frame in which at least the following columns are present: 'Investigation Identifier', 'Investigation Title', 'Investigation Description', 'Investigation Submission Date', 'Investigation Public Release Date'.

Value

A data.frame containing the investigation 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 investigation data.frame.
invest(isaObject1)


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