Description Usage Arguments Value Examples
This is used to get QTVAR data between two times.
1 | bh_get_qtvar(station, t1, t2, verbose = TRUE, sleep = 10)
|
station |
station code |
t1 |
starting time formatted as "%d/%M/%Y %h:%m" |
t2 |
ending time formatted as "%d/%M/%Y %h:%m" |
verbose |
whether to progressively print what data is being collected. Defaults to TRUE. |
sleep |
time to wait between two successive GET requests. Defaults to 30 seconds. |
tibble with QTVAR data
1 2 3 | df_qtvar<-bh_get_qtvar(station="V2942010",
t1="05/02/2007 15:00",
t2="08/04/2009 18:00")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.