search_metab_runs: Search the metab_runs

search_metab_runsR Documentation

Search the metab_runs

Description

Search the metab_runs

Usage

search_metab_runs(metab_run_title = NA, date = NA, tag = NA, strategy
  = NA, metab_runs = list_metab_runs(), match_case = FALSE, fixed = TRUE)

Arguments

metab_run_title

text to search for within the entire metab_run_title

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_runs

vector of metab_run_titles 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_runs(strategy='PR_FIXED')
search_metab_runs(date='^1512', fixed=FALSE)
search_metab_runs(tag='(0)\\.(0)\\.(1)[2-4]', fixed=FALSE)

## End(Not run)

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