Rdocumentation
powered by
Learn R Programming
rangeMapper (version 0.0-4)
db.ini: Initiate a new project
Description
db.ini
Initiates a new project by creating an empty database.
db.scheleton
Returns a list containng the sql code used by
db.ini
to generate the empty tables.
Usage
db.ini(con) db.scheleton()
Arguments
con
A valid sqlite connection.
See Also
rangeMapper
for a complete example.