ga_model_shiny_template {googleAnalyticsR}R Documentation

Get a Shiny template file

Description

Gets a pre-created template from the googleAnalyticsR samples

Usage

ga_model_shiny_template(name = "list", read_lines = FALSE)

Arguments

name

the template name

read_lines

If TRUE will use readLines() to print out the template contents

See Also

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


[Package googleAnalyticsR version 1.1.0 Index]