Re: [R] how can I attach a variable stored in

2007-09-21 Thread john seers (IFR)
"foo" )) ) # works #attach( foo.bar ) # works } Regards JS -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Peter Waltman Sent: 20 September 2007 20:24 To: Leeds, Mark (IED) Cc: r-help@r-project.org Subject: Re: [R] how can I attach a va

Re: [R] how can I attach a variable stored in

2007-09-20 Thread Tony Plate
t;John Fox" but, if you >> can't find it, let me know. >> >> As I said, I don't think that I understand your question but, if you >> loaded a list variable using load("whatever.Rdata"), the variable will >> just be suitting in your workspac

Re: [R] how can I attach a variable stored in

2007-09-20 Thread jim holtman
't need to attach anything > > because load just loads the data right into the workspace. > > So typing the variable name should show the data. > > > > > > > > > > -Original Message- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] &

Re: [R] how can I attach a variable stored in

2007-09-20 Thread Peter Waltman
suitting in your workspace. You don't need to attach anything > because load just loads the data right into the workspace. > So typing the variable name should show the data. > > > > > -----Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > On Behalf Of P

Re: [R] how can I attach a variable stored in

2007-09-20 Thread Leeds, Mark (IED)
the data. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Peter Waltman Sent: Thursday, September 20, 2007 1:32 PM To: r-help@r-project.org Subject: [R] how can I attach a variable stored in Hi - Any help would be greatly appreciated. I'm loading a

[R] how can I attach a variable stored in

2007-09-20 Thread Peter Waltman
Hi - Any help would be greatly appreciated. I'm loading a list variable that's stored in an .RData file and would like attach it. I've used attach( ), but that only lets me see the variable that's stored in the file. As the variable name is of the form "comp.x.x", I've tried using attach(