powered by
Select dataframe column from last
last_column(x, n)
last column
dataframe
If missing, the last element will be used.
mtcars |> last_column() mtcars |> last_column(1:2)
Run the code above in your browser using DataLab