To use ess-rdired
to browse objects, I followed the ESS manual and added the following to my .emacs
:
(autoload 'ess-rdired "ess-rdired"
"View *R* objects in a dired-like buffer." t)
When I do M-x ess-rdired
, a buffer listing the objects in your current environment appears.
However, when I press shortcuts like p, v I get this error:
"no ESS process is associated with this buffer now."
Besides, can ess-rdired
update info of objects when they are changed?
C-c C-s
and associate the buffer with a running R process. Hope this helps – Hansel