Nothing
arg.names <-
function (x)
{
switch(mode(x), `function` = names(formals(x)), call = names(x)[-1],
character = {
names(formals(x))
}, stop("mode must be 'function', 'call', or 'character'"))
}
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.