## Functions which names start with a dot
.dotFunction1 <- function(x) {
print(x + 1)
}
.dotFunction2 <- function(x) {
print(x + 2)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.