taf.sources {TAF} | R Documentation |
List Sources
Description
List metadata entries from DATA.bib
, SOFTWARE.bib
, or both.
Usage
taf.sources(type)
Arguments
type |
one of |
Value
List of metadata entries.
Note
The functionality is similar to read.bib
, with the addition of a
type
field, indicating whether an entry is data
software
.
This function is used internally by the taf.boot
procedure and is
also useful when organizing a larger TAF project.
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
## Not run:
taf.sources("data")
taf.sources("software")
taf.sources("both")
## End(Not run)
[Package TAF version 4.2.0 Index]