Description Usage Arguments Details Value Examples
A function to extract daily data from the BOM website.
| 1 | bomMonthlyObs(siteNumber, observation = "mean_max_temp",...)
 | 
| siteNumber | Either numeric without leading 0, or character with leading 0 of the site number. | 
| observation | The type of observation desired. Options are; observation must be; mean_max_temp, mean_min_temp, highest_temp, lowest_temp, highest_min_temp, rain or solar. | 
| ... | Additional commands for the RCurl package. | 
The possible values are maximum monthly temp, solar exposure and rainfall. This function makes a request to the server and then reads the displayed values in two table
| monthly | A data.frame containing the returned monthly values. | 
| summaryStats | A table of summary statistics for the site. | 
| 1 2 3 4 5 6 7 8 9 10 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.