R中選擇數據框中特定的行

> setwd("/Users/qiao/Documents/R_test_two/new_test") // 讀取全部數據 > allData <- read.delim("all.test.tab.txt", header = T) > colnames(allData)[1] <- "name" > new_d2 <- scan("data2.txt") Read 45 items > n
相關文章
相關標籤/搜索