Nothing
.initDictionary <- function(){
## Initializing the dictionary of builtins
.initCoreFunctions()
.initStackFunctions()
.initIOFunctions()
.initArithmeticFunctions()
.initLogicalFunctions()
.initControlFunctions()
.initVariableFunctions()
}
.initAliases <- function(){
## Initializing aliases for builtins
.initCoreAliases()
.initStackAliases()
.initIOAliases()
.initArithmeticAliases()
.initLogicalAliases()
.initControlAliases()
.initVariableAliases()
}
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.