tech {inspectdf} | R Documentation |
Tech stocks closing prices
Description
Daily closing stock prices of the three tech companies Microsoft, Apple and IBM between 2007 and 2019.
Usage
data(tech)
Format
A dataframe
with 3158 rows and 6 columns.
Source
Data gathered using the quantmod package.
Examples
data(tech)
head(tech)
# NOT RUN - change in correlation over time
# library(dplyr)
# tech_grp <- tech %>%
# group_by(year) %>%
# inspect_cor()
# tech_grp %>% show_plot()
[Package inspectdf version 0.0.12 Index]