Learn R Programming

rbacon (version 2.3.9.1)

Bacon_runs: List the folders present in the current core directory.

Description

Lists all folders located within the core's directory.

Usage

Bacon_runs(coredir = get("info")$coredir)

Arguments

coredir

The directory where the Bacon runs reside. Defaults to coredir="Bacon_runs".

Value

A list of folders

Details

The directory is either "Bacon_runs", "Cores" or a custom-named one.

See Also

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

Examples

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

Run the code above in your browser using DataLab