Get the last n elements
Description
Get the last n elements
Usage
<Expr>$tail(n = 10)
Arguments
n
|
Number of elements to take. |
Value
Expr
Examples
#> shape: (3, 1)
#> ┌─────┐
#> │ x │
#> │ --- │
#> │ i32 │
#> ╞═════╡
#> │ 9 │
#> │ 10 │
#> │ 11 │
#> └─────┘