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
相关文章
相关标签/搜索