| getColumnIndex {seqSHP} | R Documentation |
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)
Arguments
data |
Tibble or data.frame. Table returned by |
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.
Value
Vector of indexes of the columns of data corresponding to the protoname.
See Also
[Package seqSHP version 0.1.1 Index]