data_seattle_daily {vegawidget} | R Documentation |
Example dataset: Seattle daily weather
Description
This dataset contains daily weather-observations from Seattle for the years 2012-2015, inclusive.
Usage
data_seattle_daily
Format
A data frame with 1461 observations of six variables
- date
Date
, date of the observation- precipitation
double
, amount of precipitation (mm)- temp_max
double
, maximum temperature (°C)- temp_min
double
, minimum temperature (°C)- wind
double
, average wind-speed (m/s)- weather
character
, description of weather
Source
https://vega.github.io/vega-datasets/data/seattle-weather.csv
[Package vegawidget version 0.5.0 Index]