winniweather: Ambient temperature data from Winnipeg, Canada

Description Usage Format Examples

Description

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).

Usage

1

Format

A tibble with 28 rows and 6 variables:

yearmonth

a representation of the year and the month in character form; it's given in the format YYYY-M

day

the day of the month, given as an integer (unlike the combined year and month, which is character-based)

temp00_00,temp06_00,temp12_00,temp18_00

hourly temperatures in degrees Celsius for the hours of 12 AM, 6 AM, 12 PM, and 6 PM

Examples

1
2
3
# Here is a glimpse at the data
# available in `winniweather`
dplyr::glimpse(winniweather)

rich-iannone/rwr documentation built on Jan. 22, 2021, 7:51 p.m.