as_sequence: Extract the sequence encoded by a node
Description
This function returns the sequence represented by the node object.
Usage
as_sequence(node, reverse)
Value
the sequence represented by the node object, a vector
Arguments
node
a ctx_node object as returned by find_sequence()
reverse
specifies whether the sequence should be reported in reverse
temporal order (TRUE) or in the temporal order (FALSE). Defaults to the
order associated to the ctx_node which is determined by the parameters of
the call to contexts() or find_sequence().