Created
July 12, 2017 17:41
-
-
Save derekpowell/3b4e4beffa820fd05b4bcd547f0f39ca to your computer and use it in GitHub Desktop.
Create random alphanumeric sequence in R
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
result <- rawToChar(as.raw(sample(c(48:57,65:90,97:122),16,replace=T))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment