Description Usage Arguments Details Value Examples
View source: R/GetPrivacySettings.R
Get privacy settings for the specified report suites.
1 | GetPrivacySettings(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 7 8 | ## Not run:
privacy <- GetPrivacySettings("your_report_suite")
privacy2 <- GetPrivacySettings(c("your_dev_suite", "your_prod_suite"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.