本地讀取通達信數據

#本地讀取通達信數據 readTDXB <- function(stockName) { tdx <-read.csv(file = paste(stockName,".csv",sep = ""),header = FALSE,sep = ",",skip = 2)[,1:6] names(tdx) <- c("DATETIME","Open","High","Low","Close",
相關文章
相關標籤/搜索