View source: R/get_flen2tlen.R
get_flen2tlen | R Documentation |
This function accesses the api endpoint in the Great Lakes Information System that returns the species specific regression coefficients to estimate Total Length from Fork Length.
get_flen2tlen(filter_list = list(), to_upper = TRUE)
filter_list |
list |
to_upper |
|
This function uses the same filters as the species list, so you can
use show_filters('species_list')
to see available filters.
dataframe
Adam Cottrill adam.cottrill@ontario.ca
flen2tlen <- get_flen2tlen()
flen2tlen <- get_flen2tlen(list(spc_nmco__like = "trout"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.