rbacon (version 2.4.2)

Bacon.cleanup: Remove files made to produce the current core's age-depth model.

Description

Remove files .bacon, .out, .pdf, _ages.txt, and _settings.txt of current core.

Usage

Bacon.cleanup(set = get("info"))

Arguments

set

Detailed information of the current run, stored within this session's memory as variable info.

Value

A message stating that the files and settings of this run have been deleted.

Details

If cores behave badly, you can try cleaning up previous runs and settings, by removing files .bacon, .out, .pdf, _ages.txt, and _settings.txt of current core.

See Also

http://www.qub.ac.uk/chrono/blaauw/manualBacon_2.3.pdf

Examples

Run this code
# NOT RUN {
  Bacon(run=FALSE, coredir=tempfile())
  Bacon.cleanup()
# }

Run the code above in your browser using DataLab