locate_metab_model: Find a metab_model item on ScienceBase

locate_metab_modelR Documentation

Find a metab_model item on ScienceBase

Description

Find a metab_model item on ScienceBase

Usage

locate_metab_model(model_name, format = c("id", "url"), by = c("tag",
  "dir", "either"), limit = 5000, browser = (format == "url"))

Arguments

model_name

the model name, e.g., "nwis_05515500-35-150729 0.1.2 compare_par_srces"

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

Examples

## Not run: 
locate_metab_model("nwis_01473900-16-150730 0.0.7 MLE_for_PRK_wHarvey_and_sw", 
  format="url", browser=FALSE)

## End(Not run)

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