Learn R Programming

⚠️There's a newer version (0.7-8) of this package.Take me there.

RPostgreSQL (version 0.7-4)

R Interface to the 'PostgreSQL' Database System

Description

Database interface and 'PostgreSQL' driver for 'R'. This package provides a Database Interface 'DBI' compliant driver for 'R' to access 'PostgreSQL' database systems. In order to build and install this package from source, 'PostgreSQL' itself must be present your system to provide 'PostgreSQL' functionality via its libraries and header files. These files are provided as 'postgresql-devel' package under some Linux distributions. On 'macOS' and 'Microsoft Windows' system the attached 'libpq' library source will be used.

Copy Link

Version

Install

install.packages('RPostgreSQL')

Monthly Downloads

46,438

Version

0.7-4

License

GPL-3 | file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Tomoaki Nishiyama

Last Published

August 9th, 2022

Functions in RPostgreSQL (0.7-4)

dbApply-methods

Apply R/S-Plus functions to remote groups of DBMS rows (experimental)
S4R

R compatibility with S version 4/Splus5+ support functions
PostgreSQLConnection-class

Class PostgreSQLConnection
dbCallProc-methods

Call an SQL stored procedure
dbApply

Apply R/S-Plus functions to remote groups of DBMS rows (experimental)
dbCommit-methods

DBMS Transaction Management
PostgreSQL

Instantiate a PostgreSQL client from the current R or S-Plus session
PostgreSQLObject-class

Class PostgreSQLObject
PostgreSQLDriver-class

Class PostgreSQLDriver
dbSetDataMappings-methods

Set data mappings between PostgreSQL and R/S-Plus
PostgreSQLResult-class

Class PostgreSQLResult
fetch-methods

Fetch records from a previously executed query
dbReadTable-methods

Convenience functions for Importing/Exporting DBMS tables
postgresqlDBApply

Apply R/S-Plus functions to remote groups of DBMS rows (experimental)
dbDataType-methods

Determine the SQL Data Type of an S object
postgresqlBuildTableDefinition

Build the SQL CREATE TABLE definition as a string
dbConnect-methods

Create a connection object to an PostgreSQL DBMS
dbSendQuery-methods

Execute a statement on a given database connection
dbGetInfo-methods

Database interface meta-data
dbDriver-methods

PostgreSQL implementation of the Database Interface (DBI) classes and drivers
postgresqlSupport

Support Functions
summary-methods

Summarize an PostgreSQL object
isPostgresqlIdCurrent

Check whether a database handle object is valid or not
dbListTables-methods

List items from an PostgreSQL DBMS and from objects
make.db.names-methods

Make R/S-Plus identifiers into quoted PostgreSQL identifiers
dbObjectId-class

Class dbObjectId