Skip to contents

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

Usage

iPubs(x)

iPubs(x) <- value

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

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

Arguments

x

An object of class ISAjson.

value

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

Value

A data.frame containing the investigation publications information.

The updated object of class ISAjson.