Learn R Programming

icesTAF (version 3.1-1)

process.bib: Process Metadata

Description

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

Usage

process.bib(bibfile, quiet = FALSE)

Arguments

bibfile

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

quiet

whether to suppress messages reporting progress.

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