anonymise_dataframe | R Documentation |
Anonymise a dataframe by hashing selected columns
anonymise_dataframe(df, cols_to_anon, algo = "sha256")
df |
Input dataframe |
cols_to_anon |
Columns to use for hash |
algo |
hash functions algorithms to be used, currently available choices are md5, which is also the default, sha1, crc32, sha256, sha512, xxhash32, xxhash64, murmur32, spookyhash and blake3. |
This function returns a vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.