aRTconn-openDb {aRT} | R Documentation |
Open a database connection from a virtual connection.
## S4 method for signature 'aRTconn': openDb(con, dbname, update=FALSE)
con |
Object of class aRTconn . |
dbname |
Database name. |
update |
When the database version is older from the
actual TerraLib version, set it TRUE to update to the newest version.
You cannot connecto to a database older than the actual version. |
Pedro Ribeiro de Andrade Neto
createDb
to create new databases.
aRTconn-class
to show the description of this class.