vecextract {ivmte} | R Documentation |
Auxiliary function: extracting elements from strings
Description
This auxiliary function extracts the (string) element in the
position
argument of the vector
argument.
Usage
vecextract(vector, position, truncation = 0)
Arguments
vector |
the vector from which we want to extract the elements. |
position |
the position in |
truncation |
the number of characters from the front of the element being extracted that should be dropped. |
Value
A chracter/string.
[Package ivmte version 1.4.0 Index]