Jambal Ganbaatar (Bank of Mongolia)
Install the devtools package.
install.package("devtools")
Activate the devtools package.
library(devtools)
Install the infometrics package.
install_github("ganba/infometrics")
Activate the infometrics package.
library(infometrics)
Access help files.
help(package="infometrics")