Group Length 3
Examples
c("C75", "C97", "G02", "G04") |>
split_lengths() |>
remove_redundant() |>
split_first() |>
group_3()
#> [[1]]
#> [[1]][[1]]
#> [1] "C75"
#>
#> [[1]][[2]]
#> [1] "C97"
#>
#>
#> [[2]]
#> [[2]][[1]]
#> [1] "G02" "G04"
#>
#>