ganalytics (version 0.10.4)

IsNegated: IsNegated.

Description

Tests whether a segment filter is negated.

Sets the negation flag of a segment filter.

Usage

IsNegated(object)

IsNegated(object) <- value

# S4 method for .gaSegmentFilter IsNegated(object)

# S4 method for .gaSegmentFilter,logical IsNegated(object) <- value

Arguments

object

an object belonging to the superclass .gaSegmentFilter.

value

the value of the negation slot, either TRUE or FALSE.

Methods (by class)

  • .gaSegmentFilter: Tests whether a segment filter is negated, i.e. used to define an exclude filter for the segment.

  • object = .gaSegmentFilter,value = logical: Sets whether a segment filter should be negated, i.e. used as an exclude filter in a segment definition.