Description Usage Arguments Value Examples
Verifies if a check digit is correct
1 | carf_check_dig(id)
|
id |
String containing the complete lawsuit number |
Whether or not the check digit is well calculated
1 2 3 4 | {
carf_check_dig("10120.008427/2003-02")
carf_check_dig(c("10120008427200302", "10766.000511/96-12"))
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.