| cleanAD | R Documentation |
Detects files in the working directory with the specified prefix and
removes them all save those with the suffix .tpl, .dat, and .pin.
cleanAD(prefix)
prefix |
string name prefix of the ADMB project (e.g., |
Aside from potential garbage files with the specified prefix, other
files associated with ADMB are detected. Also files *.tmp and *.bak
are displayed. Calling cleanAD invokes the hidden function .cleanUp,
which creates a GUI menu of the potential garbage files. The user can select whichever
files s/he wishes for disposal.
Returns nothing. Invokes a GUI menu of potential garbage files.
A wrapper function that can be called from a GUI exists as .win.cleanAD.
Jon T. Schnute, Scientist Emeritus
Pacific Biological Station (PBS), Fisheries & Oceans Canada (DFO), Nanaimo BC
Last modified Rd: 2009-09-10
makeAD, runAD, readRep
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.