get_FN121_Electrofishing: Get FN121_Electrofishing - Electrofishing data from FN_Portal...

View source: R/get_FN121_Electrofishing.R

get_FN121_ElectrofishingR Documentation

Get FN121_Electrofishing - Electrofishing data from FN_Portal API

Description

This function accesses the api endpoint for FN121_Electrofishing records. FN121_Electrofishing records contain information about electrofishing sampling events, including shocking seconds, volts, amps, and power used for each SAM. Other relevant details for the SAM are found in the FN121 and optionally the FN121_GPS_Tracks tables. This function takes an optional filter list which can be used to return records based on attributes of the SAM including start and end date and time, effort duration, gear, site depth and location as well as attributes of the projects they are associated with such project code, or part of the project code, lake, first year, last year, protocol, etc.

Usage

get_FN121_Electrofishing(
  filter_list = list(),
  show_id = FALSE,
  to_upper = TRUE
)

Arguments

filter_list

list

show_id

When 'FALSE', the default, the 'slug' field is hidden from the data frame. To return this field as part of the data frame, use 'show_id = TRUE'.

to_upper
  • should the names of the dataframe be converted to upper case?

Details

Use show_filters("fn121electrofishing") to see the full list of available filter keys (query parameters). Refer to https://intra.glis.mnr.gov.on.ca/fn_portal/api/v1/swagger/ and filter by "fn121electrofishing" for additional information.

Value

dataframe

Author(s)

Adam Cottrill adam.cottrill@ontario.ca

Examples

## Not run: 
show_filters("fn121electrofishing")

## End(Not run)

fn121_efish_huron <- get_FN121_Electrofishing(list(lake = "HU", year = 2018))

fn121_efish_500ss <- get_FN121_Electrofishing(list(shock_sec__gte = 500))

AdamCottrill/glfishr documentation built on Aug. 9, 2024, 5:47 p.m.