[ESS] Viewing data frames

Stephen Eglen S.J.Eglen at damtp.cam.ac.uk
Tue Mar 1 10:46:30 CET 2011


> (defun my-ess-post-run-hook ()
>   (ess-execute-screen-options)
>   (local-set-key "\C-c w" 'ess-execute-screen-options))
> (add-hook 'ess-post-run-hook 'my-ess-post-run-hook)
> 
> which is supposed to run ess-execute-screen-options when I start a new
> R. Note that this doesn't work if a .RData is loaded, which can be
> problematic when working on several computers: here you have to use
> 'C-c 
> w' to do it by hand.

Can you debug this - sounds a bit odd, and may affect other things.  Is
it that the .RData file is big, and hence takes a long time to load?
Does it not work even for small .RData files?  And does it report an
error?

Thanks,

Stephen



More information about the ESS-help mailing list