Description Usage Arguments Value Author(s) See Also
The function will anonymize your data
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
df |
data frame to anonymise |
simple_names |
logical, column names will be converted to letters. If FALSE, colString will be used for renaming |
replace_rownames |
if TRUE, replacement with string from rowString argument |
colString |
how the columns are to be named |
rowString |
how the rows are to be named |
Data frame
Modified from Stackoverflow from user Etienne Low-Décarie and Gavin Simpson
https://stackoverflow.com/a/10455729/7941188 and https://stackoverflow.com/a/10458688/7941188
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.