Learn R Programming

anonymizer (version 0.1.0)

salt: Salt a vector.

Description

Salt a vector.

Usage

salt(.x, .chars = letters, .n_chars = 5L)

Arguments

.x
a vector.
.chars
set of characters to salt with.
.n_chars
an integer; number of characters to salt with.

Value

  • A salted version of the vector.

Examples

Run this code
# Examples

Run the code above in your browser using DataLab