anonymize | R Documentation |
Given a list of tables, anonimyzes the specified columns
anonymize(tables, columns, seed = NULL)
tables |
Dataframe list |
columns |
Columns to anonymize |
Original list, but with anonymized columns. If there were columns of same name in different tables, elements in common will have the same anonymization
anonymize(list(iris), "Species")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.