Skip to contents

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

Usage

invest(x)

invest(x) <- value

# S4 method for class 'ISAjson'
invest(x)

# S4 method for class 'ISAjson'
invest(x) <- value

Arguments

x

An object of class ISAjson.

value

A data.frame containing the investigation information. A data.frame in which at least the following columns are present: `r paste0("'", investCols, "'", collapse = ", ")`.

Value

A data.frame containing the investigation information.

The updated object of class ISAjson.