Say, if we can save and load an exact same data from .R files, then why came the need for .RData. I tried figuring out some explanation from [R] foo.RData or foo.r?. So, I stumbled upon few queries:
- Does
.RDatasaves only final result or complete code just a.Rscripts? - What is their exact relevance? Which one to prefer over other and when?