Learn R Programming

ganalytics (version 0.10.4)

Exclude: Exclude.

Description

Set the negation flag of a segment filter to TRUE.

Usage

Exclude(object, ..., scope)

# S4 method for ANY Exclude(object, ..., scope)

Arguments

object

a segment condition or sequence filter to exclude.

...

additional segment conditions to add to the exclude filter.

scope

optional scope, "users" or "sessions"

Value

a .gaSegmentFilter object with its negate slot set to TRUE.

Methods (by class)

  • ANY: Define an exclude segment filter using the supplied expressions.