GoogleAnalyticsRETL
No description available
Install / Use
/learn @justinjm/GoogleAnalyticsRETLREADME
googleAnalyticsRETL
Purpose
This is an R package to help optimize and scale two types of workflows involving Google Analytics (GA) and Google Cloud Platform (GCP):
- Data ETL: for data feed or report data automation with BigQuery (BQ) or Google Cloud Storage (GCS) as data destinations
- Shiny apps or dashboards: that fetch, cache and back up GA data, hosted in GCP
It is built on top of the googleAuthRverse packages by Mark Edmondson
Please add any feedback or ideas via the issues
Note: This is experimental and not recommended for production use yet
Installation
CRAN
This package is not yet available on CRAN.
GitHub
To install the latest, potentially unstable version directly from GitHub:
if(!require("remotes")){
install.packages("remotes")
}
remotes::install_github("justinjm/googleAnalyticsRETL")
