Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/markedmondson1234/ga_model_pins

ga_models that can be fetched with library(pins)
https://github.com/markedmondson1234/ga_model_pins

Last synced: 20 days ago
JSON representation

ga_models that can be fetched with library(pins)

Awesome Lists containing this project

README

        

# ga_model_pins
ga_models that can be fetched with library(pins)

See https://github.com/MarkEdmondson1234/googleAnalyticsR/issues/280

To use:

```r
library(pins)
board_register_github(repo = "MarkEdmondson1234/ga_model_pins", branch = "main")

ga_model(81416156, pin_get("decomp_ga", board = "github"))
ga_model(81416156, pin_get("decomp_ga_advanced", board = "github"), frequency = 7)
```