get_state_provinces: Get state/province data from Great Lakes Fish Stocking API

View source: R/get_state_provinces.R

get_state_provincesR Documentation

Get state/province data from Great Lakes Fish Stocking API

Description

This function is a essentially a wrapper around api_to_dataframe and calls the api endpoint to retrieve all of the state_provinces currently in the Great Lakes Fish Stocking database (www.fsis.glfc.org). This function takes an option filter list which can be used to return state_provinces associated with a particular country.

Usage

get_state_provinces(filter_list = list())

Arguments

filter_list

list

Value

dataframe

Author(s)

Adam Cottrill adam.cottrill@ontario.ca

Examples


get_state_provinces()
get_state_provinces(list(country="CA"))


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