Learn R Programming

rangeMapper (version 0.0-4)

rm.rangeMapper: Remove tables from a give project

Description

Remove tables given prefix attribute or by name

Usage

rm.rangeMapper(con, table.nam, table.type)

Arguments

con
A valid sqlite connection.
table.nam
quoted table name(without the MAP_ or BIO_ prefix); if missing all the tables with that prefix will be removed
table.type
quoted table class as indicated by its prefix. Class MAP and BIO are available for the moment

See Also

rangeMapper for a complete example.