Learn R Programming

RSiteCatalyst (version 1.4.16)

GetIPAddressExclusions: Get the IP Address Exclusions for a Report Suite(s)

Description

Get the IP address exclusions for the requested report suites.

Usage

GetIPAddressExclusions(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 {
ipexc <- GetIPAddressExclusions("your_report_suite")

ipexc2 <- GetIPAddressExclusions(report_suites$rsid)
# }

Run the code above in your browser using DataLab