scrambleValue: Scramble values

Description Usage Arguments

Description

The function scrambles vector or values based on method provided

Usage

1
2
scrambleValue(value, method, seed = 100, method.param = "", max.len,
  data = NULL)

Arguments

value

- vector of values to scramble

method

- obfuscation bethod. Supported methods are shuffle, hash, random.hash, random.num, rnorm.num

seed

- seed value for random generation and sampling

method.param

- additional information associated with method; for example hash algorithm or exact fixed value

max.len

- maximum length of scrabled value (useful when data column is of limited length)

data

- data frame optionaly provided for evaluation (method = eval); columns of data frame can be addressed directly or via data alias (like data$Field to get data from Field)


EvgenyPetrovsky/scrambler documentation built on May 28, 2019, 1:34 a.m.