| search_metab_runs | R Documentation | 
Search the metab_runs
search_metab_runs(metab_run_title = NA, date = NA, tag = NA, strategy
  = NA, metab_runs = list_metab_runs(), match_case = FALSE, fixed = TRUE)
| 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  | 
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.