View source: R/fun_classification.R
permute | R Documentation |
This function returns all possible permutations of given terms.
permute(..., sep = ",")
... |
Terms to shuffle, in quotation marks |
sep |
The separator that will appear between elements in the resulting string (default is comma without spaces for OS MasterMap terms) |
A vector containing all possible permutations of the terms, each permutation as a character string.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.