Description Usage Arguments Examples
Randomly permute factor levels
1 | fct_shuffle(f)
|
f |
A factor (or character vector). |
1 2 3 | 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.