last.Rd
Just a simple shorthand to get the last, non-missing argument per default.
Can give more than one element and can include missing elements.
The inverse of first()
.
last(x, n = 1, na.rm = TRUE)
x | vector of which you want the last element |
---|---|
n | number of elements to take from the end |
na.rm | whether to remove missings first, defaults to TRUE |
#> [1] 10#> [1] 9 10