Skip to contents

Join the TimeFish data tables

Usage

timefish_join(
  census = timefish_census(),
  location = timefish_location(),
  taxonomic = timefish_taxonomic()
)

Arguments

census

Census table. Defaults to timefish_census().

location

Location table. Defaults to timefish_location().

taxonomic

Taxonomic table. Defaults to timefish_taxonomic().

Value

A merged data frame with a computed biomass column.

Examples

joined <- timefish_join()