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