Learn R Programming

icesTAF (version 3.3-3)

process.bib: Process Metadata

Description

Read and process metadata entries in a *.bib file.

Usage

process.bib(bibfile, clean = TRUE, quiet = FALSE)

Arguments

bibfile

metadata file to process, either "SOFTWARE.bib" or "DATA.bib".

clean

whether to clean directories.

quiet

whether to suppress messages reporting progress.

Value

TRUE for success.

Details

If bibfile = "SOFTWARE.bib" and clean = TRUE, then bootstrap/software is cleaned with clean.software and bootstrap/library is cleaned with clean.library before processing metadata entries.

If bibfile = "DATA.bib" and clean = TRUE, then the bootstrap/data directory is cleaned before processing metadata entries.

See Also

taf.bootstrap calls process.bib to process metadata.

draft.data and draft.software can be used to create initial draft versions of DATA.bib and SOFTWARE.bib metadata files.

icesTAF-package gives an overview of the package.

Examples

Run this code
# NOT RUN {
process.bib("DATA.bib")
process.bib("SOFTWARE.bib")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab