GetMarketingChannels: Get Defined Marketing Channels for a Report Suite(s)

Description Usage Arguments Details Value Examples

View source: R/GetMarketingChannels.R

Description

Get defined marketing channels for each of the specified report suites.

Usage

1
GetMarketingChannels(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: 
mchan <- GetMarketingChannels("your_report_suite")

mchan2 <- GetMarketingChannels(report_suites$rsid)

## End(Not run)

RSiteCatalyst documentation built on Nov. 6, 2019, 5:09 p.m.