get_MARFIS: get_marfis

get_marfisR Documentation

get_marfis

Description

This function extracts all of the MARFIS records for vessels with particular combinations of VR_NUMBER and LICENCE_ID for a given date range.

Usage

get_marfis(thisFleet = NULL, marfSpp = "all", nafoCode = "all", ...)

Arguments

thisFleet

default is NULL. This is a dataframe that must include the columns "LICENCE_ID","VR_NUMBER" and GEAR_CODE. It can take the results from Mar.fleets::get_fleet()

marfSpp

default is NULL. This is a MARFIS species code.

nafoCode

default is 'all'. This is a vector of NAFO AREAS (MARFIS) that will be used to limit the fleet to. If this is left as NULL, a popup will allow the user to select valid values from a list. Codes can use ' with the specified code are returned. For example c('5 5Z and 5Y, c('5Z wildcard) would only return 5Z - no subareas.

...

other arguments passed to methods

Value

returns a list with 2 dataframes - "trips", and "sets". "trips" contains all of the information necessary for identifying a trip within MARFIS, as well as associated information about the trip from the HAIL_OUTS and HAIL_IN_CALLS tables (e.g. confirmation numbers). "sets" contains information about individual fishing activities, including locations, dates, durations, gear amount, etc..

Author(s)

Mike McMahon, Mike.McMahon@dfo-mpo.gc.ca

See Also

Other coreFuncs: fleet_(), getED(), getHIC(), getHOC(), getPS(), get_fleet(), get_isdb_sets(), get_isdb_trips(), get_isdb(), get_marfis_sets(), set_defaults(), summarize_locations()


Maritimes/Mar.bycatch documentation built on Feb. 6, 2024, 3:27 p.m.