clean_ga_metrics {metricminer} | R Documentation |
Handle Google Analytics Lists
Description
These functions are to clean metric and dimension data from Google Analytics 'get_ga_stats()' function.
Usage
clean_ga_metrics(metrics = NULL, type = NULL)
Arguments
metrics |
a metrics object from 'get_ga_stats()' function |
type |
If type == "pages" then treat the data frame for in the instance that the dimensions of the subpages were collected |
Value
a data frame of cleaned metrics from Google Analytics
[Package metricminer version 1.0.0 Index]