View source: R/dbhydro_stn_batch.R
dbhydro.stn.batch | R Documentation |
dbhydro.stn
Downloads DBHYDRO water quality data for specified stations. Avoids the problem of complete failure if a single station is invalid.
dbhydro.stn.batch(codes, ...)
codes |
a character vector of station names. If one station in the list returns no data, the entire url request fails. |
... |
additional arguments supplied to |
dataframe dbhydro.stn.batch
saves a csv of DBHYDRO water quality data to disk.
dbhydro.stn
## Not run:
head(dbh.stn.batch(codes = c("S333", "S151"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.