Learn R Programming

analyz (version 1.4)

Analyz.loadSteps: Method Analyz.loadSteps

Description

Method for reading the analysis file and fill the "steps" class spot.

Usage

Analyz.loadSteps(object, path)
"Analyz.loadSteps"(object, path)

Arguments

object
Object instance.
path
Path and analysis file name.

Value

object Object instance.

Examples

Run this code
obj <- new("Analyz")
v_path <- vector()
Analyz.loadSteps(obj, v_path)

Run the code above in your browser using DataLab