| locate_metab_run | R Documentation | 
Find a metab_run item on ScienceBase
locate_metab_run(title, format = c("id", "url"), by = c("tag", "dir",
  "either"), limit = 5000, browser = (format == "url"))
| title | the title of the metabolism modeling run you want. this is the date, tag, and run strategy separated by spaces. | 
| format | character indicating whether the folder should be returned as an ID or as a full URL | 
| by | character indicating how to search for the item: using tags ("tag", the default and recommended option), by scanning the parent directory for the desired title ("dir"), or both in combination ("either")? | 
| browser | logical. Should the URL be opened in a browser? | 
| limit | integer. the maximum number of items to return | 
## Not run: 
locate_metab_run('150714 0.0.2 local_makefile_run')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.