Description Usage Arguments Details Value
Search column names for words often used in senstive variables
1 | sensitive_columns(data, i.know.this.check.is.insufficient = F)
|
data |
a dataframe |
i.know.this.check.is.insufficient |
optional: if not set to TRUE, this function throws a warning. |
Searches column headers for keywords "gps", "phone","latitude", "longitude" and "phone" (not case sensitive) WARNING: this check is rudimentary and does not suffice in any way to insure protection of sensitive information.
A dataframe with one row per potential issue. It has columns for the corresponding row index in the original data; the suspicious value; the variable name in the original dataset in which the suspicious value occured; A description of the issue type.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.