search for: tp4653823

Displaying 1 result from an estimated 1 matches for "tp4653823".

Did you mean: tp4653824
2012 Dec 10
2
Removing named objects using rm(..)
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(,"package") [1] "timeSeries" > rm(list=c("USDCHF"))