Nothing
#[export]
permcor <- function (x, y, R = 999) {
a <- as.vector( .Call(Rfast_perm_cor, x, y, R) )
names(a) <- c("cor", "p-value")
a
}
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.