bigr

    0熱度

    1回答

    我已經爲這樣的創建(從BigR教程)一個數據幀: airfile <- system.file("extdata", "airline.zip", package="bigr") airfile <- unzip(airfile, exdir = tempdir()) airR <- read.csv(airfile, stringsAsFactors=F) # Upload the da

    0熱度

    2回答

    在標準的R,我可以使用類似以下的指數選擇: newdf <- df[1:4,] 但是,如果我嘗試在bigr.frame上面,我得到: Error: BigR[bigr.frame.[]]: The given filtering condition must be a logical bigr.vector. 的文檔[ {bigr}如下: 說明 個 過濾行和數據集 用法 「[」(X,I,J