Learn R Programming

googleAnalyticsR (version 0.8.0)

ga_model_write: Write the ga_model functions to a file

Description

Write the ga_model functions to a file

Usage

ga_model_write(model, filepath = "ga_model.R")

Arguments

model

The ga_model object to extract functions from to write

filepath

The filepath to write the functions to

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()