Learn R Programming

RSiteCatalyst (version 1.4.16)

GetMarketingChannelExpiration: Get Marketing Channel Expiration for a Report Suite(s)

Description

Get marketing channel expiration for the specified report suites.

Usage

GetMarketingChannelExpiration(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 {
expire <- GetMarketingChannelExpiration("your_report_suite")

expire2 <- GetMarketingChannelExpiration(report_suites$rsid)
# }

Run the code above in your browser using DataLab