aRTconn-createDb {aRT} | R Documentation |
Create a new database from a virtual connection and returns a connection to it.
## S4 method for signature 'aRTconn': createDb(con, dbname)
con |
Object of class aRTconn . |
dbname |
Database name. |
Pedro Ribeiro de Andrade Neto
openDb
opens (without create) databases.
aRTconn
shows the description of this class.