Learn R Programming

rrepast (version 0.4.0)

Engine.GetModelOutput: Gets the model output data as a CSV String array

Description

Call the engine method GetModelOutput to drain model output data.

Usage

Engine.GetModelOutput(e)

Arguments

e
-- An engine object instance

Value

  • An array of strings containing the model's output

Examples

Run this code
d<- "C:/usr/models/your-model-directory"
   m<- Model(d)
   csv<- Engine.GetModelOutput(m)

Run the code above in your browser using DataLab