Description Usage Arguments Value Examples
View source: R/download_coastal_site_data.R
Download 'TWDB' Coastal Measurement Data
1 2 3 4 5 6 7 8 | download_coastal_site_data(
station,
parameter,
start_date,
end_date,
binning = "day",
opts = list()
)
|
station |
character, required. |
parameter |
character, required. |
start_date |
character, required. Format must be |
end_date |
character, required. Format must be |
binning |
character. One of |
opts |
list of curl options passed to crul::HttpClient() |
tibble
1 2 3 | download_coastal_site_data(station = "MIDG", parameter =
"seawater_salinity", start_date = "2010-01-01", end_date = "2010-12-31",
bin = "hour")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.