getCountry: Filter environmental monitoring stations by country

Description Usage Arguments Value Author(s) See Also Examples

View source: R/getCountry.R

Description

Return metadata of environmental monitoring stations from specific country(ies)/territory(ies) within the metScanR database.

Usage

1
getCountry(country, ...)

Arguments

country

(character) Country(ies)/territory(ies) to filter environmental stations.

...

auto-populates when called from siteFinder() wrapper

Value

A list comprising metadata of environmental monitoring stations from country(ies)/territory(ies) specified in country

Author(s)

Josh Roberti jaroberti87@gmail.com

See Also

siteFinder mapResults metScanR_DB

Examples

1
2
3
4
5
6
## Not run: 
#returns metadata from all environmental sites within the database from the United States
  getCountry(country="United States")
#returns metadata from all environmental sites within the database from the Italy and Portugal
  getCountry(country=c("Italy","Portugal"))
## End(Not run)

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