get_mu_list: Get list of lake management unit types from GLIS API

View source: R/get_mu_list.R

get_mu_listR Documentation

Get list of lake management unit types from GLIS API

Description

Get list of lake management unit types from GLIS API

Usage

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

Arguments

filter_list

list

to_upper

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

Value

dataframe

Examples

get_mu_list()
get_mu_list(list(lake = "HU"))
get_mu_list(list(lake = "HU", mu_type = "basin"))

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