I created a model (a tree object from a random forest) working on a old version of R (1.0.136) because the package (reprtree
) I needed didn't work on the new version.
Now I want to analyse my model using more recent packages (rpart.plot
), which is only possible on a more recent version of R, so on another computer.
Is there a way to save the environment and open it in the other session?