Learn R Programming

addScales (version 1.0-1)

NYCTemps: Daily New York City High and Low Temperatures in <U+00B0>F

Description

New York City Central Park daily high and low temperatures from 1 January 1870 to 12 December 2019. There are no missing values, and the data are listed in chronological order.

Usage

NYCTemps

Arguments

Format

A data frame with 54786 observations on the following 3 variables.

DATE

character vector of form "YYYY-MM-DD"

TMAX

numeric, daily high temperature

TMIN

numeric, daily low temperature