Nothing
#[export]
ufactor<-function(x){
y<-new.env()
un<- if(is.character(x)) Rfast::Sort(unique(x)) else Rfast::sort_unique(x)
y$values<-Rfast::Match(x,un)
y$levels<-un
class(y)<-"ufactor"
lockEnvironment(y)
lockBinding("values",y)
lockBinding("levels",y)
y
}
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.