dow_jones_industrial: Dow Jones industrial average

Description Usage Format Source Examples

Description

This dataset contains daily opening, high, low, and closing prices of the Dow Jones Industrial Average from 1985 to 2018. Data was downloaded from Yahoo finance on 11/7/2018.

Usage

1

Format

An object of class tbl_df (inherits from tbl, data.frame) with 8515 rows and 6 columns.

Source

finance.yahoo.com

Examples

1
ggplot(dow_jones_industrial, aes(date, close)) + geom_line()

clauswilke/dviz.supp documentation built on Aug. 25, 2020, 2:12 a.m.