taf.sources | R Documentation |
List metadata entries from DATA.bib
, SOFTWARE.bib
, or both.
taf.sources(type)
type |
one of |
List of metadata entries.
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.
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
.
## Not run:
taf.sources("data")
taf.sources("software")
taf.sources("both")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.