Learn R Programming

rplum (version 0.1.4)

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

Description

Lists all folders located within the core's directory.

Usage

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

Arguments

coredir

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

Value

A list of folders

Details

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

See Also

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

Examples

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

Run the code above in your browser using DataLab