Skip to content

Decrypts the values of a column in a tibble using the safer package.

Usage

decrypt_col(col, key)

Arguments

col

A vector. The column of the tibble whose values will be decrypted.

key

A list containing the private and public keys for decryption.

Value

A vector with the decrypted values.