Learn R Programming

analyz (version 1.4)

Analyz-class: Class to manage analysis steps described in a CSV file.

Description

Class Analyz

Arguments

Slots

steps
A data frame attribute with the steps loaded from a CSV file.
nrRows
A numeric attribute with the quantity of steps.
nrColumns
A numeric attribute with the quantity of items of the largest step definition.
stepItems
A list attribute with the items of a step.
results
A list attribute with the execution result of the steps.