getStn_DFE | R Documentation |
Identifies DataForEver stations in hydrology or water quality databases
getStn_DFE(pattern = NULL, dbname = "hydrology")
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. |
dataframe getStn_DFE
returns a dataframe with stations and all associated information (coordinates, notes)
## Not run:
getStn_DFE(pattern = "S333")
getStn_DFE(pattern = "S333", dbname = "waterquality")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.