anonymize: Anonymize

View source: R/functions.R

anonymizeR Documentation

Anonymize

Description

Given a list of tables, anonimyzes the specified columns

Usage

anonymize(tables, columns, seed = NULL)

Arguments

tables

Dataframe list

columns

Columns to anonymize

Value

Original list, but with anonymized columns. If there were columns of same name in different tables, elements in common will have the same anonymization

Examples

anonymize(list(iris), "Species")

vituri/vituripackage documentation built on Jan. 19, 2024, 9:08 a.m.