Skip to content
Prev 1198 / 1559 Next

Database R Package

Dear Prof. Ripley,

Thanks a lot for your feedback!

You're right, the packages DBI and RODBC already provide R-level interfaces
for databases. My proposed package actually depend on them. What I wanted
to propose is to have predifined functions, e.g. pgCreateTablespace, so
that the user doesn't need to care about the database script language, but
just need to call the package functions and provide the necessary
parameters. Something simple that in my opinion saves some time.

Best,
Jim Jones

2012/6/18 Prof Brian Ripley <ripley at stats.ox.ac.uk>