bid_ctrl | R Documentation |
A function that checks whether a bid
(Finnish Business ID) is valid.
Returns TRUE
or FALSE
.
bid_ctrl(bid)
bid |
a vector of 1 or more business identity numbers |
bid_ctrl(c("0000000-0", "0000001-9")) # TRUE TRUE bid_ctrl("0737546-1") # FALSE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.