anonymizer
anonymizer copied to clipboard
Anonymize data containing Personally Identifiable Information (PII) in R
Unfortunately it seems the package was removed from CRAN. > Package ‘anonymizer’ was removed from the CRAN repository. > Formerly available versions can be obtained from the archive. > Archived...
Hi, is there a way to tell anonymize to ignore NAs? Carlos
```r # Use various number of characters unsalt(salt(letters, .n_chars = 0L)) [1] "a" "b" "c" "d" "e" "f" "g" "h" "i" "j" "k" "l" "m" "n" "o" "p" "q" "r"...
If it's in "suggests", it's perfectly possible to install the package with all the dependencies it claims to have, call a function, and then be told that you don't have...