Path to this page:
./
wip/R-Rdbi,
Generic R database interface
Branch: CURRENT,
Version: 0.1.2,
Package name: R-Rdbi-0.1.2,
Maintainer: mchitturRdbi is a general database access framework for the R statistical
computing environment. It is the successor to RPgSQL, a PostgreSQL
specific package. It provides Rdbi binding for PostgreSQL.
Example session:
conn <- dbConnect(PgSQL(), host = "myhost", dbname = "mydb")
res <- dbSendQuery(conn, "select * from mytable")
mydata <- dbGetResult(res)
Required to run:[
databases/postgresql82-client] [
math/R]
Master sites: (Expand)
Version history: (Expand)
- (2005-10-05) Package added to pkgsrc.se, version R-Rdbi-0.1.2 (created)
CVS history: (Expand)