Re: R and postgres

From: Reece Hart <reece(at)harts(dot)net>
To: aklaver(at)comcast(dot)net
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: R and postgres
Date: 2006-11-07 03:38:37
Message-ID: 1162870717.4770.6.camel@snafu.site
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, 2006-11-06 at 19:13 -0800, Adrian Klaver wrote:

> You might want to take a look at PL/R a procedural language for R in
> Postgres.
> http://www.joeconway.com/plr/

PL/R is indeed neat, but I want to go the other way: within R, fetch
data from postgres and manipulate it (plot, histogram, etc). I
appreciate that I could expose this through postgres, but that's a
little awkward for prototyping and I'm not keen to add load to my
postgres box.

-Reece

--
Reece Hart, http://harts.net/reece/, GPG:0x25EC91A0

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Reece Hart 2006-11-07 03:58:04 Re: database name aliases?
Previous Message Adrian Klaver 2006-11-07 03:13:00 Re: R and postgres