Skip to content
Prev 302736 / 398525 Next

Save & reload list objects

Hi Rob,
On Wed, Aug 8, 2012 at 8:50 AM, robgriffin247 <rg.rforum at hotmail.co.uk> wrote:
It is conventional to save R workspace with ".Rdata" extension rather
than ".txt", although I don't think it actually makes a difference.
Don't assign the return value of load to an object(). Just do

load("C:\\Users\\...\\R & Data\\rg.lmer.txt")
Maybe, but I would start be trying again, starting from a clean R
session (either restart of run rm(list=ls()) to delete everything in
your workspace), and properly using load() as I illustrated above. If
you still have memory problems then you can start looking for another
solution.

Best,
Ista