View source: R/locate_folder.R
| locate_folder | R Documentation | 
Find a high-level folder on ScienceBase
locate_folder(folder = c("project", "metab_runs", "metab_models", "sites",
  "sites_meta", "ts_meta", "ideas", "presentations", "proposals",
  "publications"), format = c("id", "url"), by = c("tag", "dir", "either"),
  limit = 5000, browser = (format == "url"))
folder | 
 the folder to locate  | 
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")?  | 
limit | 
 number of items to return, as in 
  | 
browser | 
 logical. Should the URL be opened in a browser?  | 
## Not run: 
locate_folder("publications", format="url")
testthat::expect_error(locate_folder("cvs", format="url"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.