Learn R Programming

metScanR (version 1.2.3)

getStation: return metadata for selected envionmental station(s)

Description

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

Usage

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)

See Also

siteFinder mapResults metScanR_DB

Examples

Run this code
# 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"))
# }

Run the code above in your browser using DataLab