raindata | R Documentation |
A data frame with the rainfall history in the city of Canberra, Australia. The data spans from 01/11/2007 to 25/06/2017.
raindata
A data frame with 3525 rows and 2 columns. Each row corresponds to a day specified in column 1 ("Date"). The value in column 2 ("RainToday") is 0 if no rain was recorded in the city of Canberra that day, and 1 otherwise.
Date in YYYY-MM-DD format.
Binary indicator (0 = no rain, 1 = rain).
The original BOM data is subject to their Terms of Use. For direct access, visit the BOM website manually: https://www.bom.gov.au/climate/data/ (may require browser access).
Original data source: Australian Bureau of Meteorology (BOM). Accessed via: Kaggle (https://www.kaggle.com/datasets/jsphyg/weather-dataset-rattle-package).
data(raindata)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.