get_raw_strains: Get the list raw strains from Great Lakes Fish Stocking API

View source: R/get_raw_strains.R

get_raw_strainsR Documentation

Get the list raw strains 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 raw (detailed) strains currently in the Great Lakes Fish Stocking database (www.fsis.glfc.org). Raw Stains are detailed values submitted by contributing agencies. The get_raw_strain() function takes an optional filter list which can be used to return raw strains associated with a particular species or strain.

Usage

get_raw_strains(filter_list = list())

Arguments

filter_list

list

Details

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

Value

dataframe

Author(s)

Adam Cottrill adam.cottrill@ontario.ca

See Also

get_strains

Examples


get_raw_strains()
get_raw_strains(list(species="LAT"))
get_raw_strains(list(strain="SEN"))

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