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