Downloads the same table from both the FishBase and SeaLifeBase servers and
row-binds the results, adding a `server` column to identify the source.
Usage
get_combined_tbl(tbl_name)
Arguments
- tbl_name
A character string naming the rfishbase table to retrieve
(e.g. `"species"`, `"families"`, `"ecology"`, `"estimate"`,
`"faoareas"`).
Value
A tibble combining rows from both servers with an additional
`server` column (`"fishbase"` or `"sealifebase"`).