powered by
A function that checks whether a bid (Finnish Business ID) is valid. Returns TRUE or FALSE.
bid
TRUE
FALSE
bid_ctrl(bid)
a vector of 1 or more business identity numbers
bid_ctrl(c("0000000-0", "0000001-9")) # TRUE TRUE bid_ctrl("0737546-1") # FALSE
Run the code above in your browser using DataLab