SkillAgentSearch skills...

GoogleAnalyticsRETL

No description available

Install / Use

/learn @justinjm/GoogleAnalyticsRETL
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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):

  1. Data ETL: for data feed or report data automation with BigQuery (BQ) or Google Cloud Storage (GCS) as data destinations
  2. 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")

Resources

View on GitHub
GitHub Stars7
CategoryData
Updated5y ago
Forks0

Languages

R

Security Score

50/100

Audited on Jun 17, 2020

No findings