R

Connect R to a Postgresql database

I have got information in R which should be stored. Also querying and reloading the data should be possible.

Taggings:

Connect to a Postgresql database and select or edit data through R

I am a R user and want to connect to my postgresql database in order to select data for statistical calculations. Afterwards I would also safe the results into the database. Plain SQL statements would suffice. I am using R 2.12 and postgresql 9.1
Subscribe to R