powered by
Get privacy settings for the specified report suites.
GetPrivacySettings(reportsuite.ids)
Report suite id (or list of report suite ids)
Data frame
This function requires having a character vector with one or more valid Report Suites specified.
# NOT RUN { privacy <- GetPrivacySettings("your_report_suite") privacy2 <- GetPrivacySettings(c("your_dev_suite", "your_prod_suite")) # }
Run the code above in your browser using DataLab