Learn R Programming

TraMineR (version 1.8-9)

seqeid: Retrieve unique ids from an event sequence object.

Description

Retrieve the unique ids from an event sequence object or from a list of event sequence object.

Usage

seqeid(s)

Arguments

s
An event sequence object (as created with seqecreate) or a list of event sequence objects

Examples

Run this code
data(actcal.tse)
actcal.seqe <- seqecreate(actcal.tse)
seqeid(actcal.seqe)

Run the code above in your browser using DataLab