anonymize: Anonimize a column in a data frame

Description Usage Arguments Examples

Description

Fast wrapper make a column in a data frame anonymous

Usage

1
anonymize(data, column, catalog = FALSE)

Arguments

data

data frame

column

number of column to make anonymous

catalog

if TRUE returns a catalog (in a list) to bind the anonymous to the original data

Examples

1
df_anon <- anonymize(largedata, 1)

Eflores89/eem documentation built on June 30, 2020, 2:53 a.m.