salty (version 0.1.0)

shaker: Get a set of values to use in salt_ functions

Description

shaker contains various character sets to be added to your data using salt_insert and salt_substitute. replacement_shaker is for salt_replace, and contains pairlists that replace matched patterns in your data.

Usage

shaker

replacement_shaker

available_shakers()

Arguments

Value

A sampling function that will be called by salt_insert, salt_substitute, or salt_replace.

Format

An object of class list of length 6.

Examples

Run this code
# NOT RUN {
salt_insert(letters, shaker$punctuation)
available_shakers()
# }

Run the code above in your browser using DataLab