Description Usage Arguments Value Examples
Add column with pseudonyms to a data frame
1 2 3 4 5 6 7 8 | add_pseudonyms(
.data,
...,
.name = "pseudonym",
.before = NULL,
.after = NULL,
.ark = NULL
)
|
.data |
A data frame to add pseudonyms to. |
... |
Columns to use as keys on which pseudonyms should be based. Supports tidy select. If empty, all columns will be used. |
.name |
Name of the new column as string. |
.before |
< |
.after |
< |
.ark |
An Ark object. If NULL (default) a new Ark is created. Using an existing Ark makes sure that the same input returns the same pseudonym. |
A data frame with an additional column containing the pseudonyms.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.