ices-tools-prod / icesTAF

Functions to support the ICES Transparent Assessment Framework
GNU General Public License v3.0
5 stars 7 forks source link

implement function to list sources in bib file #23

Closed colinpmillar closed 4 years ago

colinpmillar commented 4 years ago

For example:

entries <- taf.sources("data")

This will allow the user to selectively process these entries if working on a larger project. This may look something like:

# process seelcted data entries
entries <- taf.sources("data")

# reload statistical rectangle lookup script
process.entry(entries["statrec_lookup"], force = TRUE)
colinpmillar commented 4 years ago

implemented here: https://github.com/ices-tools-prod/icesTAF/commit/d6c99d6ce3a0fb7a1b098df3c52d28ada2d46e37