\name{db.local.info} \alias{db.local.info} \alias{clear.db.local} \title{ Display the contents/clear the contents of the local data directory } \description{ The \code{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. \code{db.local.info} lists the files that have been created, and \code{clear.db.local.info} deletes them all. These files are relatively small, and these functions should probably never be needed. } \usage{ db.local.info() clear.db.local() } \value{ Nothing. } \examples{ if(interactive()) { db.local.info() clear.db.local() } } \keyword{misc} \author{C.J. Miller} \references{\url{http://xmap.picr.man.ac.uk}}