| search_metab_models | R Documentation | 
Search the metab_models
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)
| 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  | 
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.