demo/DataAccess.R

library('knitr')
opts_chunk$set(message=FALSE, fig.path='figures/', fig.align='center', fig.width=4, fig.height=3, fig.keep='last', dev.args=list(pointsize=8))
options(width=80)



library(quantmod)
args(getSymbols)



getSymbols('^GSPC')
chart_Series(GSPC)



getSymbols('DGS3MO',src='FRED')
plot(DGS3MO,main="3-Month Treasury Constant Maturity Rate",cex.main=0.75)

Try the GARPFRM package in your browser

Any scripts or data that you put into this service are public.

GARPFRM documentation built on May 2, 2019, 5:45 p.m.