powered by
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)
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) # } # NOT RUN { # }
Run the code above in your browser using DataLab