Nothing
ClusterAMI=function(Cls1,Cls2){
if(requireNamespace("aricode",quietly = TRUE)){
ami=aricode::AMI(Cls1, Cls2)
return(ami)
}else{
warning("ClusterAMI:: Subordinate package (aricode) is missing.
Please install the package which is defined in 'Suggests'.")
return(
"Subordinate package (aricode) is missing.
Please install the package which is defined in 'Suggests'."
)
}
}
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.