fct_shuffle | R Documentation |
Randomly permute factor levels
fct_shuffle(f)
f |
A factor (or character vector). |
f <- factor(c("a", "b", "c")) fct_shuffle(f) fct_shuffle(f)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.