aRTconn-createDb {aRT}R Documentation

Create a new database

Description

Create a new database from a virtual connection and returns a connection to it.

Usage

## S4 method for signature 'aRTconn':
createDb(con, dbname)

Arguments

con Object of class aRTconn.
dbname Database name.

Author(s)

Pedro Ribeiro de Andrade Neto

See Also

openDb opens (without create) databases. aRTconn shows the description of this class.


[Package aRT version 0.4-0 Index]