You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
library(pins)
board_register_github(repo="MarkEdmondson1234/ga_model_pins", branch="main")
# repeat for each model to pinm<- ga_model_example("decomp_ga_advanced.gamr")
pin(m, name="decomp_ga_advanced", description=m$description, board="github")
Is your feature request related to a problem? Please describe.
Support pins discovery to build up a repo of ga_model objects
Describe the solution you'd like
Use https://rstudio.github.io/pins/articles/boards-websites.html infrastructure to define ga_model objects from say the googleAnalyticsR website
Describe alternatives you've considered
Could just upload the rds files directly to website
The text was updated successfully, but these errors were encountered: