has_national_identification_numbers: Test if a character vector has any national identification...

Description Usage Arguments Value Examples

Description

Test if a character vector has any national identification numbers.

Usage

1

Arguments

.x

A character vector.

Value

A logical value indicating if that string has any national identification numbers.

Examples

1
2
3
4
5
6
# Examples
# Examples
has_national_identification_numbers("hello") # FALSE
has_national_identification_numbers(65884) # FALSE
has_national_identification_numbers("111-33-5555") # TRUE
has_national_identification_numbers(1113335555) # FALSE

paulhendricks/detector documentation built on May 24, 2019, 8:29 p.m.