add2 <- function(x, y = NULL) { if (is.null(y)) return(x + x) s <- x + (y * 2) z <- 100 return(x + y) }
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.