getStation: return metadata for selected envionmental station(s)

Description Usage Arguments Value Author(s) See Also Examples

View source: R/getStation.R

Description

Return metadata of user specified environmental monitoring stations. This is a standalone function.

Usage

1
getStation(siteID, ...)

Arguments

siteID

(character) in the form of: [idType]:[ID]. Required.

...

auto-populates when called from siteFinder() wrapper

Value

A list comprising metadata for the entered environmental monitoring site(s)

Author(s)

Josh Roberti jaroberti87@gmail.com

See Also

siteFinder mapResults metScanR_DB

Examples

1
2
3
4
5
6
## Not run: 
#return metadata for NEON's CPER site
  getStation(siteID="NEON:CPER")
#return metadata for a list of sites
  getStation(siteID=c("NEON:CPER","COOP:140509", "NWSLI:LCON1"))
## End(Not run)

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