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
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
: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
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
> "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?
>>
---
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
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
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
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:
> >
> >>
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
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
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
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
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(
14 matches
Mail list logo