GetMobileAppReporting: Get Mobile App Reporting Status for a Report Suite(s)

Description Usage Arguments Details Value Examples

View source: R/GetMobileAppReporting.R

Description

Get mobile app reporting status for the specified report suites.

Usage

1
GetMobileAppReporting(reportsuite.ids)

Arguments

reportsuite.ids

Report suite id (or list of report suite ids)

Details

This function requires having a character vector with one or more valid Report Suites specified.

Value

Data frame

Examples

1
2
3
4
5
6
## Not run: 
mobile <- GetMobileAppReporting("your_report_suite")

mobile2 <- GetMobileAppReporting(report_suites$rsid)

## End(Not run)

randyzwitch/RSiteCatalyst documentation built on May 11, 2020, 3:05 p.m.