Learn R Programming

pgTools (version 1.0.2)

connect: Connect to a local database with local credentials using DBI/odbc.

Description

Connect to a local database with local credentials using DBI/odbc.

Usage

connect(db)

Value

A database connection.

Arguments

db

A string, a database you can connect to locally.

Examples

Run this code
connect(NULL)

Run the code above in your browser using DataLab