Learn R Programming

RPostgres (version 1.2.0)

Postgres: Postgres driver

Description

This driver never needs to be unloaded and hence dbUnload() is a null-op.

Usage

Postgres()

Arguments

Examples

Run this code
# NOT RUN {
library(DBI)
RPostgres::Postgres()
# }

Run the code above in your browser using DataLab