Include: Include

Description Usage Arguments Value Methods (by class) See Also Examples

Description

Set the negation flag of a segment filter to FALSE.

Usage

1
2
3
4
Include(object, ..., scope)

## S4 method for signature 'ANY'
Include(object, ..., scope)

Arguments

object

A segment condition or sequence filter to include.

...

Additional segment conditions to include.

scope

Optional scope, "users" or "sessions" (default).

Value

A .gaSegmentFilter object with its negate slot set to FALSE.

Methods (by class)

See Also

Other dynamic segment functions: DynSegment, Exclude, IsNegated, PerHit, PerProduct, PerSession, PerUser, ScopeLevel, SegmentConditionFilter, Segments, Segment

Examples

1
2
3
4
return_shoppers <- Include(
  Expr(~transactions > 1, metricScope = "perUser"),
  scope = "users"
)

jdeboer/ganalytics documentation built on May 18, 2019, 11:30 p.m.