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
# NOT RUN { bid_ctrl(c("0737546-2", "1572860-0")) # TRUE TRUE bid_ctrl("0737546-1") # FALSE # }
Run the code above in your browser using DataLab