Description Usage Arguments Value Examples
View source: R/ga_transactions_heatmap.R
Cleans all source inputs from GA API.
1 2 3 4 | ga_transactions_heatmap(data,
title = "Transacciones por d<c3><ad>a y hora de la semana", x_title = "hora",
y_title = "", legend_title = "sesiones", source = "all",
label_size = 3)
|
data |
a data frame from GA API. It must contain the column: ga:sourceMedium, as the package works with this column to generate the ouputs. |
language |
Choose a language for your sources column outputs. Available languages: en, es, fr. More to add in the near future. |
The function returns the data frame with a new sources column with correct output ready to plot.
1 | ga_clean_data(my_data, language="es")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.