Learn R Programming

rfishbase (version 5.0.0)

swimming: swimming

Description

swimming

Usage

swimming(
  species_list = NULL,
  fields = NULL,
  server = c("fishbase", "sealifebase"),
  version = "latest",
  db = NULL,
  ...
)

Value

a table of species swimming data

Arguments

species_list

A vector of scientific names (each element as "genus species"). If empty, a table for all fish will be returned.

fields

subset to these columns. (recommend to omit this and handle manually)

server

Either "fishbase" or "sealifebase".

version

a version string for the database. See available_releases() for details.

db

database connection, now deprecated.

...

additional arguments, currently ignored

Examples

Run this code
if (FALSE) { # interactive()
if (FALSE) {
swimming("Oreochromis niloticus")
}
}

Run the code above in your browser using DataLab