get_vector_element: function that extracts elements from vector
Description
function that extracts elements from vector
Usage
get_vector_element(vec, length = NULL, from = NULL, to = NULL)
Arguments
length
number of elements to be returned
from
first element to be returned
to
last element to be returned