Description Usage Arguments Value Author(s) See Also Examples
A plotting tool to map environmetnal monitoring stations from the metScanR database. **NOTE: This function requires internet connection!**
| 1 | mapResults(x, limit = 5000)
 | 
| x | (list) Metadata of environmental monitoring stations. | 
| limit | (numeric) maximum number of stations to plot. Defaults to 5000. Setting this >5000 may result in wait times of up to minute if internet connection is slow. | 
A map of environmental monitoring stations
Josh Roberti jaroberti87@gmail.com 
Lee Stanish 
Cody Flagg 
Sam Weintraub 
Derek Smith
getNearby getElevation getDates getNetwork getVars getCountry getId siteFinder metScanR_DB
| 1 2 3 4 5 6 | ## Not run: 
#map environmental monitoring stations located in Italy
  mapResults(getCountry(country="Italy"))
#map environmental monitoring stations within 50 km of Boulder, CO, USA
  mapResults(getNearby(lat=40.0149,lon=-105.2705,radius=50))
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.