Terminal run information used by FRAM is stored in the TAAETRSList and (soon) the TAAETRSListChinook tables, but stored in a way that is not very human readable. parse_terminal_info()
translates this to human-readable form, primarily to then be used by terminal_stocks() and terminal_fisheries().
Usage
terminal_info(fram_db, species = NULL)
Arguments
- fram_db
Fram database object
- species
"COHO" or "CHINOOK". Optional, defaults to the database species. Provide this only if fram_db connects to a database with both Chinook and Coho information.
Value
tibble of TAAETRSList or TAAETRSListChinook tables translated to long form.
Examples
if (FALSE) fram_db |> parse_terminal_info() # \dontrun{}