ganalytics (version 0.10.7)

Then: Then

Description

Treat a step within a sequence as happening immediately after any preceding steps in the sequence, i.e. 'immediately following'.

Usage

Then(object, ...)

Arguments

object

The expression that should immediately precede others in the sequence.

...

Any other expressions that should immediately follow the first one but before any others in the sequence.

Value

A gaSegmentSequenceStep object, with the immediate flag set.

See Also

Sequence

Other sequence segment functions: First, Later, Sequence

Examples

Run this code
# NOT RUN {
purchased_immediately_after <- Then(Expr(~transactions > 0))

# }

Run the code above in your browser using DataLab