Learn R Programming

rrepast (version 0.8.0)

Engine.GetModelOutput: Engine.GetModelOutput

Description

Gets the model output data as a CSV String array. Calls 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
# NOT RUN {
   d<- "c:/usr/models/your-model-directory"
   m<- Model(d)
   csv<- Engine.GetModelOutput(m)
# }

Run the code above in your browser using DataLab