Checks if a BEDS code has the expected 12-digit format.
Examples
validate_beds_code(c("010100010018", "31000001023", "invalid"))
#> [1] TRUE FALSE FALSE
Checks if a BEDS code has the expected 12-digit format.
validate_beds_code(c("010100010018", "31000001023", "invalid"))
#> [1] TRUE FALSE FALSE