Obfuscate pairs of name and value in data set
obfuscate_NAME_VALUE.Rd
Select elements by name and obfuscate corresponding values
obfuscate_NAME_VALUE(data, names, basechar, method = "numeric")
Arguments
data | data frame with columns NAME and VALUE |
---|---|
names | values in NAME column to replace |
basechar | basechar for composed new names |
method | numeric or categoric, the obfuscation method used |
Value
data frame with modified NAME and VALUE columns. In addition, the
new names filled in the NAME column are reported via the attribute ObfuscatedNames
.