getStn_DFE: DataForEver station query

View source: R/dfe_stn.R

getStn_DFER Documentation

DataForEver station query

Description

Identifies DataForEver stations in hydrology or water quality databases

Usage

getStn_DFE(pattern  = NULL, dbname = "hydrology")

Arguments

pattern

pattern to be matched in station names ('NULL' returns all stations). A case-insensitive grep-friendly single character element (e.g., 'S333|S197' to search for multiple stations).

dbname

name of the database sought for inquiry. Currently only 'hydrology' and 'waterquality' are supported. A case-insensitive character string.

Value

dataframe getStn_DFE returns a dataframe with stations and all associated information (coordinates, notes)

Examples

## Not run: 
  getStn_DFE(pattern = "S333")
  getStn_DFE(pattern = "S333", dbname = "waterquality")

## End(Not run)


troyhill/SFNRC documentation built on Dec. 30, 2024, 4:32 p.m.