Learn R Programming

googleAnalyticsR (version 0.8.0)

ga_model: Use a model function created by ga_model_make

Description

Use a model function created by ga_model_make

Usage

ga_model(viewId, model, load_libs = TRUE, ...)

Arguments

viewId

The GA viewId to operate on

model

A file location of a model object or a model object created by ga_model_make

load_libs

Whether to load the library requirements into your namespace

...

Other arguments to pass into the model as needed

See Also

Other GA modelling functions: ga_model_edit(), ga_model_example(), ga_model_load(), ga_model_make(), ga_model_save(), ga_model_tweet(), ga_model_write()