| db.local.info {exonmap} | R Documentation |
The filtering functions will make a local copy of the
filtering data they need in a directory, 'db.local' in the
R_XMAP_CONF_DIR, if 'db.local' exists.
db.local.info lists the files that have been created, and
clear.db.local.info deletes them all. These files are
relatively small, and these functions should probably never be needed.
db.local.info() clear.db.local()
Nothing.
C.J. Miller
if(interactive()) {
db.local.info()
clear.db.local()
}