View source: R/get_yreq_factors.R
get_yreq_factors | R Documentation |
This function is a wrapper around api_to_dataframe and calls the api endpoint to retrieve all of the yearling equivalent factors currently in the Great Lakes Fish Stocking database (www.fsis.glfc.org). Yearling equivalent factors are used to adjust the number of fish stocked based on species and lifestage to account for younger life stages that are often stocked in high numbers but also suffer higher mortality. The yearling equivalent factor is intended to standardize the number of fished stocked to the yearling lifestage. The get_yreq_factor() function takes an optional filter list which can be used to return factors for a particular species or life stages.
get_yreq_factors(filter_list = list())
filter_list |
list |
See http://fsis.glfc.org/api/public_urls/#v1-common-marks-list for the full list of available filter keys (query parameters)
dataframe
Adam Cottrill adam.cottrill@ontario.ca
get_yreq_factors() get_yreq_factors(list(species="WAE")) get_yreq_factors(list(species=c("BNT", "RBT"))) get_yreq_factors(list(lifestage="fry")) get_yreq_factors(list(lifestage=c("fry", "ff")))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.