在R语言中使用SQL语句 R语言中使用sql语句.jpg 简单地说就是安装包sqldf 并载入。然后写sql语句就可以了。 install.packages("sqldf") library(sqldf) sqldf("此处是sql语句")