search for: usdeur

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

Did you mean: bsder
2008 Sep 02
1
R Newbie: quantmod and zoo: Warning in rbind.zoo(...) : column names differ
...warning message. <code> library("quantmod") options(warn = 1) part1<-getSymbols(Symbols="USD/EUR", src="oanda", from="2008-01-01", to="2008-01-10", auto.assign=F, return.class="zoo") print(dimnames(part1)) write.zoo(part1,"USDEUR", col.names=T) # writes as part2 <- read.zoo("USDEUR", header=T) print (dimnames(part2)) # dinames or attributes part3<-getSymbols(Symbols="USD/EUR", src="oanda", from="2008-01-21", to="2008-01-31", auto.assign=F, return.class="zoo...