list_metab_models: List the available metab_model objects

View source: R/list_metab_models.R

list_metab_modelsR Documentation

List the available metab_model objects

Description

List the available metab_model objects

Usage

list_metab_models(text, order_by = c("date", "tag", "row", "site", "strategy",
  "title"))

Arguments

text

if specified, the query only returns metab_models whose text (or description, if available) matches the word[s] in text. Note that partial words are not matched – e.g., text='nwis_0138' will not match models whose title includes 'nwis_01388000'

order_by

character vector of aspects of the model names to sort on. Options are the same as those in the out argument to parse_metab_model_name

Value

a character vector of titles of the metab_model .RData files posted on SB

Examples

## Not run: 
mms <- list_metab_models('0.0.18')

## End(Not run)

USGS-R/mda.streams documentation built on June 3, 2023, 8:43 a.m.