How to open Robj file in Rstudio or R?

3k views Asked by At

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?

0

There are 0 answers