View source: R/getDBHYDROparams.R
getDBHYDROparams | R Documentation |
a simple download-and-query, designed to get parameter names correct in future downloads
getDBHYDROparams(stn = "S333", parameters = NA)
stn |
character string. Case insensitive. |
parameters |
a grep-style character string identifying water quality parameters to report. Set to NA to report all available parameters. Partial matches are made (e.g., "TURB" and "TURBIDITY" will both yield turbidity data) |
dataframe getDBHYDROparams
returns a vector of parameter names and the number of observations for each.
## Not run:
tableDat <- getDBHYDROparams(stn = "s333") # all parameters
tableDat
phosDat <- getDBHYDROparams(stn = "s333", parameters = "PHOS") # using parameter filter
phosDat
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.