Skip to contents

Get and set the list of sFiles data.frames in an object of ISAjson.

Usage

sFiles(x)

sFiles(x) <- value

Arguments

x

An object of class ISAjson.

value

A list of data.frames containing the study files. In each data.frame at least the following columns are present: `r paste0("'", sFilesCols, "'", collapse = ", ")`.

Value

A list of data.frames containing the study files.

The updated object of class ISAjson.