4.1 Quantmod package
Quantmod stands for ``quantitative financial modelling framework’’. It has two main functions:
- download data, and
- charting.
Before we start, let us use the following code install and load quantmod.
install.packages("quantmod")
library(quantmod)