Return metadata of user specified environmental monitoring stations. This is a standalone function.
getStation(siteID, ...)
(character) in the form of: [idType]:[ID]. Required.
auto-populates when called from siteFinder()
wrapper
A list comprising metadata for the entered environmental monitoring site(s)
# 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