| RandomName {SeuratObject} | R Documentation |
Make a name from randomly sampled lowercase letters, pasted together with no spaces or other characters
RandomName(length = 5L, ...)
length |
How long should the name be |
... |
Extra parameters passed to |
A character with nchar == length of randomly sampled letters
set.seed(42L) RandomName() RandomName(7L, replace = TRUE)