get_flen2tlen: Get FLEN~TLEN regression coefficients GLIS API

View source: R/get_flen2tlen.R

get_flen2tlenR Documentation

Get FLEN~TLEN regression coefficients GLIS API

Description

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.

Usage

get_flen2tlen(filter_list = list(), to_upper = TRUE)

Arguments

filter_list

list

to_upper
  • should the names of the dataframe be converted to upper case?

Details

This function uses the same filters as the species list, so you can use show_filters('species_list') to see available filters.

Value

dataframe

Author(s)

Adam Cottrill adam.cottrill@ontario.ca

Examples


flen2tlen <- get_flen2tlen()
flen2tlen <- get_flen2tlen(list(spc_nmco__like = "trout"))

AdamCottrill/glfishr documentation built on Aug. 9, 2024, 5:47 p.m.