dictionary: Create a SHA1 dictionary

Description Usage Arguments Examples

Description

Given a dataframe and some column variables, returns a dictionary to be used to crypt and decrypt these variables using encrypt() and decrypt() functions.

Usage

1
dictionary(.data, ..., .trunc)

Arguments

.data

Dataframe containing the variables

...

Column variables to be used to create the dictionary

.trunc

Integer defining how many charachters the hash should be. Defaults to .trunc = 6

Examples

1
2

cedricbatailler/maskr documentation built on May 13, 2019, 2:56 p.m.