powered by
Gets the model output data as a CSV String array. Calls the engine method GetModelOutput to drain model output data.
Engine.GetModelOutput(e)
An engine object instance
An array of strings containing the model's output
# 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