Treat a step within a sequence as happening immediately after any preceding steps in the sequence, i.e. 'immediately following'.
Then(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.
A gaSegmentSequenceStep
object, with the immediate flag set.
# NOT RUN {
purchased_immediately_after <- Then(Expr(~transactions > 0))
# }
Run the code above in your browser using DataLab