Nothing
foo.reader <- function(data.file, filename, variable.name)
{
assign(variable.name,
"bar",
envir = .GlobalEnv)
return()
}
.add.extension('foo', 'foo.reader')
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.