Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/markedmondson1234/ga_model_pins
- Owner: MarkEdmondson1234
- License: mit
- Created: 2021-05-01T13:34:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-01T16:48:03.000Z (over 3 years ago)
- Last Synced: 2024-10-28T00:25:15.845Z (2 months ago)
- Size: 85.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
```