# NOT RUN {
################################
# Get Model #
################################
MODELPATH <- "C:/Triggers/Models/"
MDL <- GetModel(ID = 1, path = MODELPATH)
## To predict use:
predict(MDL[[1]], newdata) # to get the model use the MDL[[1]]
# }
Run the code above in your browser using DataLab