Skip to contents

The Analyses class is used harmonize the interface to data entries or links to raw data files. Analyses child classes are used to enable a specific structure and methods for each type of data.

Usage

Analyses(analyses = list(), results = list())

Arguments

analyses

A list of analyses, where each element is a data entry or a connection to a raw data file.

results

A list of results, where each element is specific Results child class.

Slots

data_type

(getter/setter) A character string indicating the type of data.

possible_formats

(getter/setter) A character vector of possible formats for the raw data.

analyses

(getter/setter) A list of analyses, where each element is a data entry or a connection to a raw data file.

results

(getter/setter) A list of results, where each element is specific Results child class.

info

(getter) A data frame containing information about the analyses.