get_grid10s | R Documentation |
This function is a wrapper around api_to_dataframe and calls the api endpoint to retrieve all of the 10-minute grids 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 10-minute grids associated with a particular lake, jurisdiction, or management unit.
get_grid10s(filter_list = list())
filter_list |
list |
See http://fsis.glfc.org/api/public_urls/#v1-common-grid10-list for the full list of available filter keys (query parameters)
dataframe
Adam Cottrill adam.cottrill@ontario.ca
get_grid10s() get_grid10s(list(lake="ON")) get_grid10s(list(mu_type="stat_dist"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.