ga_model_load: Load a created model

View source: R/models.R

ga_model_loadR Documentation

Load a created model

Description

Load a created model

Usage

ga_model_load(filename = "my-model.gamr")

Arguments

filename

name to load model from

See Also

Other GA modelling functions: ga_model_edit(), ga_model_example(), ga_model_make(), ga_model_save(), ga_model_shiny_load(), ga_model_shiny_template(), ga_model_shiny(), ga_model_write(), ga_model()

Examples


# models used in ga_model_example() are here:
location <- system.file("models","examples","decomp_ga.gamr", 
                        package = "googleAnalyticsR")

ga_model_load(location)

MarkEdmondson1234/googleAnalyticsR documentation built on Oct. 13, 2023, 4:40 a.m.