↧
Install R Package RPostgreSQL in Mac OSX
I am trying to use PostgreSQL for data warehousing data and R for interactive data exploration. So the first priority to make this happen is to connect PostgreSQL from R and read data back via...
View ArticleManipulate data in R via SQL interface
I has been looking for a R package providing SQL-like interface for data manipulation. Though, there are already usable DBI/RDBI package we can use to talk to SQL interfacing database already, they are...
View ArticlePlay sqldf with RPostgreSQL
This post is obsolete, the content in this post is not correct, please see Gabor’s comment. In the previous post Manipulate data in R via SQL interface, I introduced how to use RpgSQL as DB driver to...
View Article