Description Usage Arguments Value Methods (by class) Examples
Detect if a data object contains PII.
1 2 3 4 5 6 7 8 9 10 |
.x |
A data object. |
A logical value indicating if that data object contains PII.
default
: Method for default vectors.
character
: Method for character vectors.
data.frame
: Method for data.frames.
1 2 3 4 5 6 7 | |
has_email_addresses has_phone_numbers has_national_identification_numbers
1 FALSE FALSE FALSE
has_email_addresses has_phone_numbers has_national_identification_numbers
1 FALSE FALSE FALSE
has_email_addresses has_phone_numbers has_national_identification_numbers
1 FALSE FALSE FALSE
column_name has_email_addresses has_phone_numbers
1 mpg FALSE FALSE
2 cyl FALSE FALSE
3 disp FALSE FALSE
4 hp FALSE FALSE
5 drat FALSE FALSE
6 wt FALSE FALSE
7 qsec FALSE FALSE
8 vs FALSE FALSE
9 am FALSE FALSE
10 gear FALSE FALSE
11 carb FALSE FALSE
has_national_identification_numbers
1 FALSE
2 FALSE
3 FALSE
4 FALSE
5 FALSE
6 FALSE
7 FALSE
8 FALSE
9 FALSE
10 FALSE
11 FALSE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.