Description Usage Format Examples
This is four-times daily, hourly temperatures in the City of Winnipeg, MB. Data is from the airport (YWG) station for the month of February, 2015. This wouldn't be considered a tidy dataset (it's untidy): there are actually four separate observations per row (where each row represents a different day of records).
1 |
A tibble with 28 rows and 6 variables:
a representation of the year and the month in character
form; it's given in the format YYYY-M
the day of the month, given as an integer (unlike the combined year and month, which is character-based)
hourly temperatures in degrees Celsius for the hours of 12 AM, 6 AM, 12 PM, and 6 PM
1 2 3 | # Here is a glimpse at the data
# available in `winniweather`
dplyr::glimpse(winniweather)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.