Nothing
## File Name: max0.R
## File Version: 0.06
max0 <- function(x, na.rm=TRUE){
sd1 <- stats0( x=x, FUN=max, 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.