We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The anonymizer package seems to be a good resource for this. I have never used it, though, so you should do some more research if you want to use it.
anonymizer
The text was updated successfully, but these errors were encountered:
Actually, that is no longer in CRAN. Here's some code:
library(uuid) library(tidyverse) data <- data.frame( name = c("luiza", "luiza", "raghu", "rosanna") ) %>% mutate( uuid = UUIDfromName( namespace = "6ba7b810-9dad-11d1-80b4-00c04fd430c8", name = name ) )
Sorry, something went wrong.
No branches or pull requests
The
anonymizer
package seems to be a good resource for this. I have never used it, though, so you should do some more research if you want to use it.The text was updated successfully, but these errors were encountered: