Tidy Google Analytics Tables (INTERNAL)
tidy_ga_tbl.Rd
Tidies Google Analytics tables loaded with read_ga()
.
Arguments
- ga_tbl
A Google analytics table loaded with
read_ga()
, that needs to be tidied.- keep_total
Whether to keep the row with totals that appears at the bottom of the table, as a logical scalar (default:
FALSE
).