popqb
popqb(
species_list = NULL,
fields = NULL,
server = c("fishbase", "sealifebase"),
version = "latest",
db = NULL,
...
)
a table of species popqb
A vector of scientific names (each element as "genus species"). If empty, a table for all fish will be returned.
subset to these columns. (recommend to omit this and handle manually)
Either "fishbase" or "sealifebase".
a version string for the database. See available_releases()
for details.
database connection, now deprecated.
additional arguments, currently ignored
http://www.fishbase.org/manual/english/fishbasethe_popqb_table.htm
if (FALSE) { # interactive()
if (FALSE) {
popqb("Oreochromis niloticus")
}
}
Run the code above in your browser using DataLab