Skip to contents

Cleans a data.frame by redacting PII information from character vector columns

Usage

redact_it(string, spotters_list)

Arguments

string

A string to redact

spotters_list

A list containing lists of 3 elements each:

  1. the redact function

  2. hash_spotted value to pass or 0 to keep the default

  3. the replace_with value or 0 to keep the default

Value

A redacted string