Closed colinpmillar closed 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)
implemented here: https://github.com/ices-tools-prod/icesTAF/commit/d6c99d6ce3a0fb7a1b098df3c52d28ada2d46e37
For example:
This will allow the user to selectively process these entries if working on a larger project. This may look something like: