Nothing
# This is just a boring script - no functions
data.frame(
id = 1:100,
val = rnorm(100)
)
# Here's a custom function, but with no tags
my_fun <- function() {
print("Nothing")
}
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.