Length of a Series Source code Description Length of a Series Usage <Series>$len() Value A numeric value Examples library("polars") as_polars_series(1:10)$len() #> [1] 10