A function that checks whether a bid
(Finnish Business ID) is valid.
Returns TRUE
or FALSE
.
Examples
bid_ctrl(c("0000000-0", "0000001-9")) # TRUE TRUE
#> [1] TRUE TRUE
bid_ctrl("0737546-1") # FALSE
#> [1] FALSE
A function that checks whether a bid
(Finnish Business ID) is valid.
Returns TRUE
or FALSE
.
bid_ctrl(c("0000000-0", "0000001-9")) # TRUE TRUE
#> [1] TRUE TRUE
bid_ctrl("0737546-1") # FALSE
#> [1] FALSE