Skip to content
Prev 75590 / 398502 Next

How to get a list work in RData file

On Mon, 15 Aug 2005, Xiyan Lon wrote:

            
(There are quite a few of us.)
I don't understand that at all, but it looks as if you want to save an 
unevaluated call, in which case see ?quote and use something like

xyadd <- quote(test.xy(x=2, y=3))

load and saving has nothing to do with this: it doesn't change the meaning 
of objects in the workspace.