getDBkey | R Documentation |
Retrieves all DBkeys associated with a given station.
getDBkey(stn = "S333", type = "all", freq = "all", activeOnly = TRUE)
stn |
character string. Case insensitive. |
type |
type of data desired, e.g., "FLOW" or "STG". Must be a perfect match, so it's a good idea to leave this set to "all". |
freq |
desired data frequency, e.g., "DA" or "INST". Must be a perfect match, so it's a good idea to leave this set to "all". |
activeOnly |
logical (default = TRUE). If set to TRUE, only active DBKeys are reported. "Active" is defined as having new data within the last three months (to accommodate lengthy pandemic disruptions) |
dataframe getDBkey
returns a dataframe of data
## Not run:
getDBkey(stn = "S12d", type = "FLOW")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.