get last element of vector r code example Example: r last value of vector x[length(x)] # fastest tail(x, 1) # easiest