Description Usage Arguments Details Value Examples
View source: R/GetPermanentTraffic.R
Get permanent traffic setting for the specified report suites.
1  | GetPermanentTraffic(reportsuite.ids)
 | 
reportsuite.ids | 
 Report suite id (or list of report suite ids)  | 
This function requires having a character vector with one or more valid Report Suites specified.
Data frame
1 2 3 4 5 6  | ## Not run: 
permtraf <- GetPermanentTraffic("your_report_suite")
permtraf2 <- GetPermanentTraffic(report_suites$rsid)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.