numericindex {arrayhelpers} | R Documentation |
Convert character or logical indices to numeric
numericindex(x, i, n = names(x))
x |
the object that is to be indexed |
i |
the indices to be converted |
n |
names of the object |
numeric indices
Claudia Beleites