Nothing
add_one <- function(x) {
return(x + 1)
}
capitalize <- function(txt) {
toupper(substr(txt, 1, 1))
}
say_hello <- function(name) {
paste('Hello', name)
}
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.