Nothing
# alphabetize.factor: alphabetizes a factor
# this is very quick and dirty with no checking.
# Date: March 31, 2026
alphabetize.factor <- function(x) {
return(factor(sort(c(as.character(x)))))
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.