Gary Clarke
10/12/2020
Mar Cap report
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"
Error in loadNamespace(name) : there is no package called 'webshot'