powered by
Returns the last element of a vector or the n-th element counting from the end of a vector.
last(x, n = 1)
scalar of the same type as x
x
vector
optional integer specifying the n-th element from the end to be returned
Danail Obreschkow