locate_site: Find a site folder on ScienceBase

locate_siteR Documentation

Find a site folder on ScienceBase

Description

Find a site folder on ScienceBase

Usage

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

Arguments

site_name

the site ID, e.g. "nwis_02322688", whose folder you want

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_site("nwis_02322688", format="url")
locate_site(c("nwis_02322688", "nwis_03259813", "nwis_04024000"))
locate_site("nwis_notasite", format="url")
testthat::expect_error(locate_site("notasite", format="url"))

## End(Not run)

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