Nothing
## File Name: sd0.R
## File Version: 0.07
sd0 <- function(x, na.rm=TRUE){
sd1 <- stats0( x=x, FUN=stats::sd, na.rm=na.rm )
return(sd1)
}
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.