DBtestPostgreSQL {FIESTAutils} | R Documentation |
Checks a SQLite database.
DBtestPostgreSQL(dbname, dbconnopen = TRUE)
dbname |
String. Name of PostgreSQL database. |
dbconnopen |
Logical. If TRUE, the dbconn connection is not closed. |
An S4 object that inherits from DBIConnection via the DBI package. For more information, see 'help(DBI::dbConnect)'.
Tracey S. Frescino