selectPolys: Interactively select spatial polygons to query or filter data

View source: R/selectPolys.r

selectPolysR Documentation

Interactively select spatial polygons to query or filter data

Description

A Shiny gadget designed for interactive selection of spatial polygons. This is intended to help users find AU and HUC IDs for querying or filtering data.

Usage

selectPolys(type = "au")

Arguments

type

One of 'au', 'huc8', or 'huc12' to select assessment unit, HUC 8, or HUC 12 polygons

Value

A vector of selected polygon identifiers (AU IDs or HUC numbers).

Examples

sites=readWQP(type='sites', auid=selectPolys('au'))

utah-dwq/udwqTools documentation built on July 17, 2024, 10:21 p.m.