get_management_units: Get Management Units from Great Lakes Fish Stocking API

View source: R/get_management_units.R

get_management_unitsR Documentation

Get Management Units from Great Lakes Fish Stocking API

Description

This function is a wrapper around api_to_dataframe and calls the api endpoint to retrieve all of the management units currently in the Great Lakes Fish Stocking database (www.fsis.glfc.org). This function takes an optional filter list which can be used to return management units associated with a particular lake, state/province, juristiction, or management unit type (currently 'stat_dist' or 'qma').

Usage

get_management_units(filter_list = list())

Arguments

filter_list

list

Details

See http://fsis.glfc.org/api/public_urls/#v1-common-management_unit-list for the full list of available filter keys (query parameters)

Value

dataframe

Author(s)

Adam Cottrill adam.cottrill@ontario.ca

Examples


get_grid10s()
get_grid10s(list(lake="ON"))
get_grid10s(list(mu_type="stat_dist"))


AdamCottrill/GLFishStockR documentation built on Sept. 3, 2022, 10:26 p.m.