last | R Documentation |
last
extracts the last element of a vector
last(x)
x |
A vector |
x <- 1:4
last(x)
x <- c("hello", "my", "name", "is", "buttons")
last(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.