View source: R/get_jurisdictions.R
get_jurisdictions | R Documentation |
This function is a wrapper around api_to_dataframe and calls the api endpoint to retrieve all of the jurisdictions currently in the Great Lakes Fish Stocking database (www.fsis.glfc.org). Jurisdiction is defined as the waters of a lake within the bounds of a province or state. "The Michigan waters of Lake Huron". This function takes an optional filter list which can be used to return jurisdictions associated with a particular lake or state/province.
get_jurisdictions(filter_list = list())
filter_list |
list |
See http://fsis.glfc.org/api/public_urls/#v1-common-jurisdiction-list for the full list of available filter keys (query parameters)
dataframe
Adam Cottrill adam.cottrill@ontario.ca
get_jurisdictions() get_jurisdictions(list(lake="HU")) get_jurisdictions(list(stateprov="MI"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.