# NOT RUN {
# Retrieve the whole catalogue
SEPA_catalogue_all <- catalogueSEPA()
# Get only catchments with area above 5000 Km2
SEPA_catalogue_area <- catalogueSEPA(columnName = "CatchmentAreaKm2",
columnValue = ">= 5000")
# Get only catchments within river Avon
SEPA_catalogue_river <- catalogueSEPA(columnName = "River",
columnValue = "Avon")
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab