Learn R Programming

rfishbase (version 5.0.0)

fb_tables: List the tables available on fishbase/sealifebase

Description

These table names can be used to access each of the corresponding tables using [fb_tbl()]. Please note that following RDB design, it is often necessary to join multiple tables. Other data cleaning steps are sometimes necessary as well.

Usage

fb_tables(server = c("fishbase", "sealifebase"), version = "latest")

Arguments

server

Access data from fishbase or sealifebase?

version

Version, see available_releases()

Examples

Run this code
if (FALSE) { # interactive()
fb_tables()
}

Run the code above in your browser using DataLab