View source: R/get_stocking_events.R
get_stocking_events | R Documentation |
This is one of the main functions in the GLFishStockR package. It calls the api endpoint to retrieve stocking events the Great Lakes Fish Stocking database (www.fsis.glfc.org). This function takes an optional filter list which can be used to return stocking event based on several attributes of the stocking event such as species, lake, agency, first year, as last year.
get_stocking_events(filter_list = list())
filter_list |
list |
See http://fsis.glfc.org/api/public_urls/stocking-event-list for the full list of available filter keys (query parameters)
dataframe
Adam Cottrill adam.cottrill@ontario.ca
events <- get_stocking_events(list(lake="ON", year=2012, species=c('BNT', 'RBT')))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.