下载并安装 “sqldf” 包 library(sqldf)newData <- sqldf("select * from mtcars where carb=1 order by mpg", row.names=TRUE)row.names=TRUE将原始数据框中的行名延续到了新数据框中