last | R Documentation |
Select character from last
last(x, n)
x |
vector |
n |
If missing, the last element will be used. |
last element
letters |> last()
letters |> last(1:2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.