Learn R Programming

icesTAF (version 3.3-1)

taf.bootstrap: Bootstrap TAF Analysis

Description

Process metadata files SOFTWARE.bib and DATA.bib to set up software and data files required for the analysis.

Usage

taf.bootstrap(software = TRUE, data = TRUE, clean = TRUE, quiet = FALSE,
  force = FALSE)

Arguments

software

whether to process SOFTWARE.bib.

data

whether to process DATA.bib.

clean

whether to clean directories during the bootstrap procedure.

quiet

whether to suppress messages reporting progress.

force

whether to remove existing bootstrap/data, bootstrap/library, and bootstrap/software directories before the bootstrap procedure.

Value

Logical vector indicating which metadata files were processed.

Details

If clean = TRUE then:

  1. clean.software() and clean.library() are run if SOFTWARE.bib is processed.

  2. bootstrap/data is removed if DATA.bib is processed.

See Also

process.bib is a helper function used to process metadata.

taf.library loads a package from bootstrap/library.

icesTAF-package gives an overview of the package.

Examples

Run this code
# NOT RUN {
taf.bootstrap()
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab