GetOutput {rrepast} | R Documentation |
Returns the results of a model a data.frame from the last RUN. Should be used only if model replication is equal to 1, otherwise GetResults must be used.
GetOutput(e)
e |
An engine object instance |
Returns a data.frame with output data
## Not run:
d<- "C:/usr/models/your-model-directory"
m<- Model(d)
...
data<- GetOutput(m)
## End(Not run)