Week3MarCap

Gary Clarke
10/12/2020

First Slide

Mar Cap report

  • Fictional report
  • Interactive Plotly graphical representation

Slide With Code

library(UsingR)
library(plotly)
library(evaluate)
data <- read.csv(file="C:/Users/Gary Clarke/Desktop/Coursera/MarCap1.csv")
names(data)
[1] "Name"   "Price"  "Change" "disp"   "Volume" "MarCap"

Slide With Plot

Error in loadNamespace(name) : there is no package called 'webshot'