Learn R Programming

metScanR (version 1.2.3)

getCountry: Filter environmental monitoring stations by country

Description

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

Usage

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

See Also

siteFinder mapResults metScanR_DB

Examples

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

Run the code above in your browser using DataLab