Learn R Programming

RSiteCatalyst (version 1.4.16)

GetTemplate: Get Template a Report Suite is Based On

Description

Get template a report suite is based on for the specified report suites.

Usage

GetTemplate(reportsuite.ids)

Arguments

reportsuite.ids

Report suite id (or list of report suite ids)

Value

Data frame

Details

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

Examples

Run this code
# 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