Learn R Programming

TAF (version 4.2.0)

taf.sources: List Sources

Description

List metadata entries from DATA.bib, SOFTWARE.bib, or both.

Usage

taf.sources(type)

Value

List of metadata entries.

Arguments

type

one of "data", "software" or "both".

See Also

taf.boot reads and processes metadata entries.

read.bib is the underlying function to read metadata entries.

process.entry processes a single metadata entry, in the list format returned by taf.sources.

Examples

Run this code
if (FALSE) {
taf.sources("data")
taf.sources("software")
taf.sources("both")
}

Run the code above in your browser using DataLab