powered by
Set the negation flag of a segment filter to FALSE.
FALSE
Include(object, ..., scope)# S4 method for ANY Include(object, ..., scope)
# S4 method for ANY Include(object, ..., scope)
A segment condition or sequence filter to include.
Additional segment conditions to include.
Optional scope, "users" or "sessions" (default).
"users"
"sessions"
A .gaSegmentFilter object with its negate slot set to FALSE.
.gaSegmentFilter
ANY: Define an include segment filter using the supplied expression.
ANY
Other dynamic segment functions: DynSegment, Exclude, IsNegated, PerHit, PerProduct, PerSession, PerUser, ScopeLevel, SegmentConditionFilter, Segments, Segment
DynSegment
Exclude
IsNegated
PerHit
PerProduct
PerSession
PerUser
ScopeLevel
SegmentConditionFilter
Segments
Segment
# NOT RUN { return_shoppers <- Include( Expr(~transactions > 1, metricScope = "perUser"), scope = "users" ) # }
Run the code above in your browser using DataLab