This should result in 11 unique series, not 7: ``` r a3_2 <- readrba::read_rba("A3.2") length(unique(a3_2$series_id)) #> [1] 7 ``` <sup>Created on 2022-05-16 by the [reprex package](https://reprex.tidyverse.org) (v2.0.1)</sup> Thanks to Matt Crocker for reporting this issue via email
This should result in 11 unique series, not 7:
Created on 2022-05-16 by the reprex package (v2.0.1)
Thanks to Matt Crocker for reporting this issue via email