我想通過一個日期子集FFDF。下面,我已經使用正常的數據框成功地創建了這樣一個子集。但我需要一些幫助將這個應用到FFDF。我的嘗試以及錯誤消息在代碼註釋中列出。提前謝謝了! #Create a normal data frame (in production this is read directly into an ffdf
#through a csv file)
start <- c(
自從現在我已經使用ff包來處理大數據。我所使用的R對象大約有130.000.000行和14列。其中兩列「溫度」和「降水量」缺少「不適用」值,因此我需要刪除這些行才能繼續工作。 從來就一直在努力做像我會在一個正常的[R對象: data<-data[!is.na(data$temp),]
但我不斷收到一個錯誤: Error: vmode(index) == "integer" is not TRU