Learn R Programming

lessR (version 3.6.2)

dataStockPrice: Data: Stock price of Apple, IBM and Intel from 1980 into 2017

Description

Monthly adjusted stock price of Apple, IBM and Intel from 1980 into 2017 from finance.yahoo.com.

Usage

data(dataStockPrice)

Arguments

Format

A data table in tidy format with three variables: month, Company and Price. The variable month is a date expression expressed as a four digit year, followed by a month, then a day, separated by either dashes. A total of 1308 rows, 436 rows per company.