search for: apnd

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

Did you mean: and
2018 Jan 07
1
help needed on quantmod....
dear members, I am using quantmod to work with stock prices... I am trying to append the data got from getQuote to the one got by getSymbols. The function is named "apnd". The code is as follows: function(x){ if ((class(x) == "xts") || (class(x) == "zoo")){ sym <- deparse(substitute(x)) y <- getQuote(sym) # convert to xts y1 <- y[,-c(3,4)]...