getTerritory: Filter environmental monitoring stations by state/territory

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/getTerritory.R

Description

Return metadata of environmental monitoring stations from a state/territory within the metScanR database.

Usage

1
getTerritory(territory, ...)

Arguments

territory

(character) state/territory abbreviation (e.g., 'RI'= Rhode Island, United States;'YT' = Yukon Territory, Canada)to filter environmental monitoring stations.

...

auto-populates when called from siteFinder() wrapper

Value

A list comprising metadata of environmental monitoring sites from state/territory specified in network

Author(s)

Josh Roberti jaroberti87@gmail.com

References

see reference links above

See Also

siteFinder mapResults metScanR_DB

Examples

1
2
3
4
5
6
## Not run: 
#returns metadata from all stations within Rhode Island (RI)
  getTerritory(territory = "RI")
#returns metadata from stations within Colorado and Utah
  getTerritory(territory=c("CO","UT"))
## End(Not run)

metScanR documentation built on Oct. 30, 2019, 11:37 a.m.