Learn R Programming

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

RPostgreSQL (version 0.7-5)

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

41,979

Version

0.7-5

License

GPL-3 | file LICENSE

Issues

Pull Requests

Stars

Forks

Last Published

February 10th, 2023

Functions in RPostgreSQL (0.7-5)

dbDataType-methods

Determine the SQL Data Type of an S object
dbDriver-methods

PostgreSQL implementation of the Database Interface (DBI) classes and drivers
dbGetInfo-methods

Database interface meta-data
dbSetDataMappings-methods

Set data mappings between PostgreSQL and R/S-Plus
dbCallProc-methods

Call an SQL stored procedure
dbSendQuery-methods

Execute a statement on a given database connection
dbCommit-methods

DBMS Transaction Management
dbReadTable-methods

Convenience functions for Importing/Exporting DBMS tables
postgresqlSupport

Support Functions
summary-methods

Summarize an PostgreSQL object
fetch-methods

Fetch records from a previously executed query
postgresqlBuildTableDefinition

Build the SQL CREATE TABLE definition as a string
postgresqlDBApply

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

Check whether a database handle object is valid or not
make.db.names-methods

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

Class dbObjectId
PostgreSQLResult-class

Class PostgreSQLResult
S4R

R compatibility with S version 4/Splus5+ support functions
dbApply-methods

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

Class PostgreSQLObject
PostgreSQLDriver-class

Class PostgreSQLDriver
PostgreSQLConnection-class

Class PostgreSQLConnection
PostgreSQL

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

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

Create a connection object to an PostgreSQL DBMS
dbListTables-methods

List items from an PostgreSQL DBMS and from objects