report: Automatic reports

Description Usage Arguments Note Examples

View source: R/report.R

Description

The report function returns a report presenting your website KPIs during the last month, and their evolution over a one year period.

Usage

1
report(website)

Arguments

website

The unique Google Analytics table ID of the form ga:XXXXXXX, where XXXXXXX is the Analytics view (profile) ID for which the query will retrieve the data.

Note

The output file will be generated in your working directory. Don't know where is your working directory ? Type 'getwd()' in the R console.

Examples

1
2
3
## Not run: 
report(website = "ga:XXXXXXX")
## End(Not run)

thesmarthomeninja/marketeR documentation built on May 27, 2019, 1:09 p.m.