Recombine Length 3
Examples
random_hcpcs() |>
split_lengths() |>
remove_redundant() |>
split_first() |>
process_groups() |>
reduce_groups() |>
recombine3()
#> [[1]]
#> (J14)
#>
#> [[2]]
#> 8(03|41)
#>
#> [[3]]
#> G(05|8[89])
#>
Recombine Length 3
random_hcpcs() |>
split_lengths() |>
remove_redundant() |>
split_first() |>
process_groups() |>
reduce_groups() |>
recombine3()
#> [[1]]
#> (J14)
#>
#> [[2]]
#> 8(03|41)
#>
#> [[3]]
#> G(05|8[89])
#>