Trying to load() a file that ends up giving me an error:
load('.RDataTmp', verbose = T)
Loading objects:
object1
object2
object3
object4
object5
Error in load(".RDataTmp", verbose = T) : error reading from connection
when I try to load it. Obviously, I messed up the name when I was saving this originally, but just when messing around I was able to save and load other objects with similarly messed up names. But it's appearing to load some of the objects before failing at loading some later object (secondary question, does this mean it loaded object5 successfully, or that's where the error occurred?). Is there a way to get a list of all the objects in the file? Then, is there a way to try and load only some of the objects?