carf_check_dig: Validate check digits for Brazilian lawsuits identification...

Description Usage Arguments Value Examples

View source: R/carf.R

Description

Verifies if a check digit is correct

Usage

1

Arguments

id

String containing the complete lawsuit number

Value

Whether or not the check digit is well calculated

Examples

1
2
3
4
{
  carf_check_dig("10120.008427/2003-02")
  carf_check_dig(c("10120008427200302", "10766.000511/96-12"))
}

abjutils documentation built on Feb. 1, 2022, 9:10 a.m.