Installation

The package can be either installed from CRAN or from github.
As there are frequent changes with AdWords API we recommend to regularly visit the githup project for updates on the package.

CRAN

install.packages("RAdwords")
library(RAdwords)

Source: https://cran.r-project.org/web/packages/RAdwords/index.html

Github

require(devtools)
install_github('jburkhardt/RAdwords')

Source: https://github.com/jburkhardt/RAdwords