Skip to contents

The Results class is used to store results of data processing in Analyses child classes. Child classes of Results are implemented for diverse types of results for a given type of data.

Usage

Results(
  data_type = NA_character_,
  name = NA_character_,
  software = NA_character_,
  version = NA_character_
)

Slots

data_type

A character string indicating the type of data.

name

A character string representing the name of the results.

software

A character string representing the name of the software used to generate the results.

version

A character string representing the version of the software used to generate the results.