ga_model_load | R Documentation |
Load a created model
ga_model_load(filename = "my-model.gamr")
filename |
name to load model from |
Other GA modelling functions:
ga_model()
,
ga_model_edit()
,
ga_model_example()
,
ga_model_make()
,
ga_model_save()
,
ga_model_shiny()
,
ga_model_shiny_load()
,
ga_model_shiny_template()
,
ga_model_write()
# models used in ga_model_example() are here:
location <- system.file("models","examples","decomp_ga.gamr",
package = "googleAnalyticsR")
ga_model_load(location)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.