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:
clean.software() and clean.library() are run if
SOFTWARE.bib is processed.
bootstrap/data is removed if DATA.bib is processed.
Examples
Run this code# NOT RUN {
taf.bootstrap()
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab