我想寫一些會XTS數據加載到[R的功能,並通過日期/時間我指定分類。也許我想要一個過於簡單化的方法,但這裏是我的代碼:該功能可以XTS數據加載成R
load.data <- function (x, time1, time2) #x is going to be the actual file name
{
vector = get(load("C:/Users/username/Desktop/x"))
sortvector = vector['time1/time2/']
return (sortvector)
}
當我執行它,我得到的消息:
In readChar(con, 5L, useBytes = TRUE) :
cannot open compressed file 'C:/Users/username/Desktop/x', probable reason 'No such file or directory'
所以,我怎樣才能讓這個我的函數實際上會搜索文件名,而不是實際的通用'x'?我希望我很清楚,我非常感激任何幫助。
我不知道你想'sortvector'是什麼。看看'?'[。xts''。 – GSee 2012-07-08 20:34:01