[R] Removing named objects using rm(..)

2012-12-23 Thread radhi
When I import the library timeSeries I get (at least) the variable USDCHF imported too. I would like to delete it, but I cannot. As you can see below. Clearly I am doing something wrong. What is it? > library(timeSeries) Loading required package: timeDate > class(USDCHF) [1] "timeSeries" attr(,"p

Re: [R] Removing named objects using rm(..)

2012-12-11 Thread William Dunlap
ok at help("exists") for details. Bill Dunlap Spotfire, TIBCO Software wdunlap tibco.com From: Worik R [mailto:wor...@gmail.com] Sent: Monday, December 10, 2012 9:42 PM To: William Dunlap Cc: r-help Subject: Re: [R] Removing named objects using rm(..) You may find it more reliable to d

Re: [R] Removing named objects using rm(..)

2012-12-11 Thread Duncan Murdoch
:47 PM To: Duncan Murdoch Cc: r-help Subject: Re: [R] Removing named objects using rm(..) On Tue, Dec 11, 2012 at 2:27 PM, Duncan Murdoch wrote: On 12-12-10 7:33 PM, Worik R wrote: Let me restate my question. Is there a straightforward way of ensuring I can use the variable name USDCHF? You c

Re: [R] Removing named objects using rm(..)

2012-12-11 Thread Duncan Murdoch
On 12-12-10 8:46 PM, Worik R wrote: On Tue, Dec 11, 2012 at 2:27 PM, Duncan Murdoch mailto:murdoch.dun...@gmail.com>> wrote: On 12-12-10 7:33 PM, Worik R wrote: Let me restate my question. Is there a straightforward way of ensuring I can use the variable name

Re: [R] Removing named objects using rm(..)

2012-12-11 Thread Martin Maechler
> "WR" == Worik R > on Tue, 11 Dec 2012 19:59:58 +1300 writes: WR> On Tue, Dec 11, 2012 at 7:49 PM, Jeff Newmiller wrote: >> What about putting your objects in a list, which does not have the search >> through parents semantics? >> ---

Re: [R] Removing named objects using rm(..)

2012-12-10 Thread Worik R
On Tue, Dec 11, 2012 at 7:49 PM, Jeff Newmiller wrote: > What about putting your objects in a list, which does not have the search > through parents semantics? > --- > > >> >> You may find it more reliable to define an enviro

Re: [R] Removing named objects using rm(..)

2012-12-10 Thread Jeff Newmiller
Spotfire, TIBCO Software >> wdunlap tibco.com >> >> >> > -Original Message- >> > From: r-help-boun...@r-project.org >[mailto:r-help-boun...@r-project.org] >> On Behalf >> > Of Worik R >> > Sent: Monday, December 10, 2012 5:47

Re: [R] Removing named objects using rm(..)

2012-12-10 Thread Worik R
boun...@r-project.org] > On Behalf > > Of Worik R > > Sent: Monday, December 10, 2012 5:47 PM > > To: Duncan Murdoch > > Cc: r-help > > Subject: Re: [R] Removing named objects using rm(..) > > > > On Tue, Dec 11, 2012 at 2:27 PM, Duncan Murdoch > > w

Re: [R] Removing named objects using rm(..)

2012-12-10 Thread William Dunlap
gt; Of Worik R > Sent: Monday, December 10, 2012 5:47 PM > To: Duncan Murdoch > Cc: r-help > Subject: Re: [R] Removing named objects using rm(..) > > On Tue, Dec 11, 2012 at 2:27 PM, Duncan Murdoch > wrote: > > > On 12-12-10 7:33 PM, Worik R wrote: > > > >>

Re: [R] Removing named objects using rm(..)

2012-12-10 Thread Worik R
On Tue, Dec 11, 2012 at 2:27 PM, Duncan Murdoch wrote: > On 12-12-10 7:33 PM, Worik R wrote: > >> Let me restate my question. >> >> Is there a straightforward way of ensuring I can use the variable name >> USDCHF? >> > > You can use any legal variable name. The only risk is that you will > overwr

Re: [R] Removing named objects using rm(..)

2012-12-10 Thread Duncan Murdoch
On 12-12-10 7:33 PM, Worik R wrote: Let me restate my question. Is there a straightforward way of ensuring I can use the variable name USDCHF? You can use any legal variable name. The only risk is that you will overwrite some other variable that you created. You can't overwrite variables f

Re: [R] Removing named objects using rm(..)

2012-12-10 Thread Worik R
Let me restate my question. Is there a straightforward way of ensuring I can use the variable name USDCHF? Is there a straight forward way of ensuring that when I delete a variable by name I delete all copies in scope? Worik On Tue, Dec 11, 2012 at 11:08 AM, Duncan Murdoch wrote: > On 12-12-1

Re: [R] Removing named objects using rm(..)

2012-12-10 Thread Duncan Murdoch
On 12-12-10 4:40 PM, Worik R wrote: When I import the library timeSeries I get (at least) the variable USDCHF imported too. I would like to delete it, but I cannot. As you can see below. You didn't import timeSeries, you attached it. It is on your search list; you can see the full list usin

[R] Removing named objects using rm(..)

2012-12-10 Thread Worik R
When I import the library timeSeries I get (at least) the variable USDCHF imported too. I would like to delete it, but I cannot. As you can see below. Clearly I am doing something wrong. What is it? > library(timeSeries) Loading required package: timeDate > class(USDCHF) [1] "timeSeries" attr(