View source: R/summarize_catches.r
summarize_catches | R Documentation |
This function joins together all the rdata files into a single data frame.
summarize_catches(
db = NULL,
morph_dets = FALSE,
gear_dets = FALSE,
valid.coords = FALSE,
quiet = FALSE,
drop.na.cols = TRUE,
debug = FALSE,
env = .GlobalEnv
)
db |
default is |
morph_dets |
default is FALSE. For some databases, more detailed records can be added for each catch (e.g. gsdet for 'rv' data). This flag indicates that the detailed records will be returned. This means that every catch location might have many records (e.g. length and weight data for all measured fish in a tow). This generally only desired when individual fish properties are needed (e.g. length, weight) |
gear_dets |
default is FALSE. For some databases (eg isdb), more detailed records can be added for each gear. This means that a single catch will be duplicated multiple times - once for each new gear parameter (e.g. mesh shape, door height, etc). If there's a good reason to show this with catch data, I can't think of it. |
valid.coords |
default is FALSE. This uses
|
quiet |
default is |
drop.na.cols |
default is |
debug |
default is |
env |
This the the environment you want this function to work in. The
default value is |
a data frame, and if req.coords=TRUE
, a message indicating how
many positions were lost due to the constraint.
Mike McMahon, Mike.McMahon@dfo-mpo.gc.ca
Other dfo_extractions:
get_data()
,
get_data_custom()
,
get_survey()
,
self_filter()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.