search_metab_models: Search the metab_models

search_metab_modelsR Documentation

Search the metab_models

Description

Search the metab_models

Usage

search_metab_models(model_name = NA, title = NA, row = NA, site = NA,
  date = NA, tag = NA, strategy = NA, metab_models = list_metab_models(),
  match_case = FALSE, fixed = TRUE)

Arguments

model_name

text to search for within the entire model_name

title

text to search for within the title portion of the model_name

row

text to search for within the row portion of the model_name

site

text to search for within the site portion of the model_name

date

text to search for within the date portion of the model_name

tag

text to search for within the tag portion of the model_name

strategy

text to search for within the strategy portion of the model_name

metab_models

vector of model_names to search. The default is to pull this list from ScienceBase

match_case

logical. should the case be matched exactly?

fixed

logical. As in grepl, TRUE to require an exact match and FALSE to use regular expressions

Examples

## Not run: 
search_metab_models(site='nwis_08062500')
search_metab_models('indy', row="68.", fixed=FALSE)
search_metab_models(strategy='NIGHT', site='411955088280601')

## End(Not run)

USGS-R/powstreams documentation built on June 3, 2023, 8:58 a.m.