getColumnIndex: Column indexes of protoname in the table returned by extractSeqFromWaves
Description
Column indexes in data of the variable fitting the provided protoname.
Usage
getColumnIndex(data, protoname)
Value
Vector of indexes of the columns of data corresponding to the protoname.
Arguments
- data
Tibble or data.frame. Table returned by seqFromWaves.
- protoname
String. Protoname of a variable.
Details
Returns the column indexes in data of the variable fitting the provided protoname.
Examples in help page of seqFromWaves.