Set up your credentials

Go to the developers console and create a new project if you don’t already have one: https://console.developers.google.com/

There have been many packages built to access Google Analytics data. I recommend installing the RGA package:

install.packages("RGA")
require(dygraphs)
## Loading required package: dygraphs
lungDeaths <- cbind(mdeaths, fdeaths)
dygraph(lungDeaths)


## R version 3.2.4 (2016-03-10)
## Platform: x86_64-apple-darwin13.4.0 (64-bit)
## Running under: OS X 10.11.3 (El Capitan)
## 
## locale:
## [1] en_NZ.UTF-8/en_NZ.UTF-8/en_NZ.UTF-8/C/en_NZ.UTF-8/en_NZ.UTF-8
## 
## attached base packages:
## [1] stats     graphics  grDevices utils     datasets  methods   base     
## 
## other attached packages:
## [1] dygraphs_0.8
## 
## loaded via a namespace (and not attached):
##  [1] Rcpp_0.12.4     lattice_0.20-33 zoo_1.7-12      digest_0.6.9   
##  [5] grid_3.2.4      jsonlite_0.9.19 formatR_1.3     magrittr_1.5   
##  [9] evaluate_0.8.3  stringi_1.0-1   xts_0.9-7       rmarkdown_0.9.5
## [13] tools_3.2.4     stringr_1.0.0   htmlwidgets_0.6 yaml_2.1.13    
## [17] htmltools_0.3.5 knitr_1.12.3