Description Usage Arguments Value Examples
This is used to get QJM data between two years t1 and t2.
1 | bh_get_qjm(station, t1, t2, verbose = TRUE, sleep = 10)
|
station |
station code |
t1 |
Beginning year |
t2 |
Ending year |
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 QJM data
1 2 3 | df_qjm<-bh_get_qjm(station="V2942010",
t1=2008,
t2=2009)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.