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