connect {pgTools} | R Documentation |
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)
Arguments
db |
A string, a database you can connect to locally. |
Value
A database connection.
Examples
connect(NULL)
[Package pgTools version 1.0.2 Index]