I have a Robj file saved to my Desktop that I would like to view.
I have downloaded Rstudio to view it. I googled how to view the file and the code
file <- dget("/path/to/file.robj")
was recommended but all I get is an error that says Error in parse(file = file, keep.source = keep.source) : /path/to/file.Robj:3:1: unexpected $end
What should I be doing differently? Or is there an easier way to view Robj files?